Skip to content

Commit 1d4f677

Browse files
authored
Merge pull request #245 from ComputerScienceHouse/develop
Adding Legacy DSN var
2 parents ca79e75 + 25ff260 commit 1d4f677

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)