Skip to content

Commit a05722e

Browse files
committed
Adding config setting
1 parent d37cec3 commit a05722e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config.env.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
ONESIGNAL_INTRO_APP_AUTH_KEY = environ.get("PACKET_ONESIGNAL_INTRO_APP_AUTH_KEY", None)
4747
ONESIGNAL_INTRO_APP_ID = environ.get("PACKET_ONESIGNAL_INTRO_APP_ID", "6eff123a-0852-4027-804e-723044756f00")
4848

49+
# Sentry Config
50+
SENTRY_DSN = environ.get("PACKET_SENTRY_DSN", "")
51+
4952
# Slack URL for pushing to #general
5053
SLACK_WEBHOOK_URL = environ.get("PACKET_SLACK_URL", None)
5154

0 commit comments

Comments
 (0)