Skip to content

Commit 9a589f5

Browse files
committed
nope, that is crashing
1 parent fbb0d90 commit 9a589f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from os import environ as env
1515

1616
if env.get("SENTRY_DSN"):
17-
app.logger.info("Detected Sentry DSN, setting up sentry...")
17+
# app.logger.info("Detected Sentry DSN, setting up sentry...")
1818

1919
import sentry_sdk
2020
sentry_sdk.init(

0 commit comments

Comments
 (0)