You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 23, 2023. It is now read-only.
I am using raven[flask]==6.2.1 and it appears that the flask extension loads the configuration as soon as possible, rather than using lazy evaluation as Flask recommends.
This behavior results in no exception being forwarded to sentry, since my project needs to load the configuration after the application has been created.