Skip to content

Commit

Permalink
default SENTRY_DSN to empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
crankycoder committed Feb 20, 2019
1 parent cbf06fd commit c6f4d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taar/flask_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


sentry_sdk.init(
dsn=config("SENTRY_DSN"),
dsn=config("SENTRY_DSN", ''),
integrations=[FlaskIntegration()],
)

Expand Down

0 comments on commit c6f4d1a

Please sign in to comment.