Skip to content

Fix logging environment in Sentry

Compare
Choose a tag to compare
@sampaccoud sampaccoud released this 29 Nov 15:59
· 507 commits to master since this release
🐛(sentry) fix logging environment in Sentry

The previous implementation was not working because the
ENVIRONMENT setting was redefined after the LOGGING
setting had already been set to with "production" as
the environment. I propose to directly override the
value of the environment in the LOGGING setting.