Add sentry with integrations (#32)

* Add sentry with integrations

* Remove raven references from python code
This commit is contained in:
Galen G 2019-11-03 23:14:52 -05:00 committed by Devin Matte
parent 1ee7198363
commit 71d33bf7ec
3 changed files with 13 additions and 1 deletions

View file

@ -60,3 +60,7 @@ WEBSOCKIFY_PATH = environ.get('PROXSTAR_WEBSOCKIFY_PATH',
'/opt/app-root/bin/websockify')
WEBSOCKIFY_TARGET_FILE = environ.get('PROXSTAR_WEBSOCKIFY_TARGET_FILE',
'/opt/app-root/src/targets')
# SENTRY
# Do not set the DSN for local development
SENTRY_DSN = environ.get("CONDITIONAL_SENTRY_DSN", "")