Skip to content

Commit

Permalink
Re-run workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hdadhich01 committed Dec 29, 2023
1 parent 77448e9 commit 8f75254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def register_blueprints(app):
# TODO: review limits
limiter = Limiter(get_remote_address, app=app)
# init(
# dsn=app.config["SENTRY_SDK_DSN"],
# dsn=app.config["SENTRY_DSN"],
# integrations=[FlaskIntegration(), HttpxIntegration()],
# traces_sample_rate=1.0,
# )
Expand Down

0 comments on commit 8f75254

Please sign in to comment.