Remove raven references from python code

This commit is contained in:
Galen Guyer 2019-11-03 21:49:05 -05:00
parent 3a4dbc7c31
commit a017962f40
No known key found for this signature in database
GPG key ID: 6E39D00D77389D4E
2 changed files with 1 additions and 6 deletions

View file

@ -63,7 +63,4 @@ WEBSOCKIFY_TARGET_FILE = environ.get('PROXSTAR_WEBSOCKIFY_TARGET_FILE',
# SENTRY
# Do not set the DSN for local development
SENTRY_DSN = environ.get("CONDITIONAL_SENTRY_DSN", "")
SENTRY_CONFIG = {
'dsn': environ.get("CONDITIONAL_SENTRY_DSN", "")
}
SENTRY_DSN = environ.get("CONDITIONAL_SENTRY_DSN", "")