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.
2 parents ca79e75 + 25ff260 commit 1d4f677Copy full SHA for 1d4f677
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