mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
typo
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user