Turbogears2 Sentry configuration

Mads Kiilerich mads at kiilerich.com
Tue Jan 17 21:01:40 UTC 2017


On 01/17/2017 09:44 PM, Thomas De Schampheleire wrote:
> Hi Alessandro,
>
> I have a question related to Sentry integration. In the Pylons-based
> Kallithea we have following lines in the ini file:
>
> sentry.dsn = YOUR_DNS
> sentry.servers =
> sentry.name =
> sentry.key =
> sentry.public_key =
> sentry.secret_key =
> sentry.project =
> sentry.site =
> sentry.include_paths =
> sentry.exclude_paths =

That is our own settings, read in kallithea/lib/middleware/sentry.py, right?

> While in the Turbogears2 example this is just:
>
> trace_errors.sentry_dsn = http://public:secret@example.com/1

What example is that?

But a quick grep does indeed indicate that TG has sentry support built 
in through backlash. I don't know if it provides the same functionality 
as the thing we had - I haven't used sentry.

/Mads


More information about the kallithea-general mailing list