BlueBrain / thumbnail-generation-api

Thumbnail Generation API
Apache License 2.0
1 stars 1 forks source link

Make sentry metrics environment variables #15

Closed kplatis closed 2 months ago

kplatis commented 2 months ago

This PR makes the sentry metrics environment variables in order to have more flexibility

bilalesi commented 2 months ago

I also suggest to add the middleware for that, it will help to capture all errors

from sentry_sdk.integrations.asgi import SentryAsgiMiddleware
app.add_middleware(SentryAsgiMiddleware)
kplatis commented 2 months ago

@bilalesi thank you for the suggestion, I added the change