Skip to content

Commit 25ff260

Browse files
committed
Adding Legacy DSN var
1 parent 057dfd2 commit 25ff260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# Do not set the DSN for local development
2929
SENTRY_DSN = env.get("CONDITIONAL_SENTRY_DSN", "")
3030
SENTRY_CONFIG = {
31-
'dsn': env.get("CONDITIONAL_SENTRY_DSN", ""),
31+
'dsn': env.get("CONDITIONAL_SENTRY_LEGACY_DSN", ""),
3232
'release': VERSION,
3333
}
3434

0 commit comments

Comments
 (0)