Send errors from Kibitzr checks to Sentry.
pip install kibitzr-sentry
To setup this extension add following configuration to kibitzr-creds.yml:
sentry:
dsn: "https://123:456@sentry.io/789"
level: error
Note quotes aroung URL, they are required to disambiguate YAML parser from parsing collon symbol as key-value mapping.