We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057dfd2 commit 25ff260Copy full SHA for 25ff260
config.env.py
@@ -28,7 +28,7 @@
28
# Do not set the DSN for local development
29
SENTRY_DSN = env.get("CONDITIONAL_SENTRY_DSN", "")
30
SENTRY_CONFIG = {
31
- 'dsn': env.get("CONDITIONAL_SENTRY_DSN", ""),
+ 'dsn': env.get("CONDITIONAL_SENTRY_LEGACY_DSN", ""),
32
'release': VERSION,
33
}
34
0 commit comments