Skip to content

Commit fea1a4e

Browse files
committed
Fixed sentry env
1 parent f7e9390 commit fea1a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def create_app(config_name):
6262
# Config name is either development or testing or production
6363
environment="staging"
6464
if frontend_url.find("staging") != -1
65-
else "production",
65+
else config_name,
6666
send_default_pii=True,
6767
)
6868
dictConfig(

0 commit comments

Comments
 (0)