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 d37cec3 commit a05722eCopy full SHA for a05722e
config.env.py
@@ -46,6 +46,9 @@
46
ONESIGNAL_INTRO_APP_AUTH_KEY = environ.get("PACKET_ONESIGNAL_INTRO_APP_AUTH_KEY", None)
47
ONESIGNAL_INTRO_APP_ID = environ.get("PACKET_ONESIGNAL_INTRO_APP_ID", "6eff123a-0852-4027-804e-723044756f00")
48
49
+# Sentry Config
50
+SENTRY_DSN = environ.get("PACKET_SENTRY_DSN", "")
51
+
52
# Slack URL for pushing to #general
53
SLACK_WEBHOOK_URL = environ.get("PACKET_SLACK_URL", None)
54
0 commit comments