Revert "Add sentry with integrations (#32)" (#33)

This reverts commit 71d33bf7ec.
This commit is contained in:
Devin Matte 2019-11-03 23:20:33 -05:00 committed by GitHub
parent 71d33bf7ec
commit 4b0f805052
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 13 deletions

View file

@ -60,7 +60,3 @@ 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", "")