This commit is contained in:
2017-03-19 21:45:50 -04:00
parent 7df0b59801
commit 8ad85bf12a
+1 -1
View File
@@ -55,7 +55,7 @@ app.debug = bool(os.environ.get('DEBUG'))
# Send app errors to Sentry.
if 'SENTRY_DSN' in os.environ:
sentry = Sentry(app, dsn=os.environ('SENTRY_DSN'))
sentry = Sentry(app, dsn=os.environ['SENTRY_DSN'])
# Set up Bugsnag exception tracking, if desired. To use Bugsnag, install the