Skip to content

Commit

Permalink
Fixed sentry env
Browse files Browse the repository at this point in the history
  • Loading branch information
shahanneda committed Sep 4, 2024
1 parent f7e9390 commit fea1a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def create_app(config_name):
# Config name is either development or testing or production
environment="staging"
if frontend_url.find("staging") != -1
else "production",
else config_name,
send_default_pii=True,
)
dictConfig(
Expand Down

0 comments on commit fea1a4e

Please sign in to comment.