Skip to content

Commit

Permalink
put dsn in
Browse files Browse the repository at this point in the history
  • Loading branch information
Volodymyr Savchenko authored and Volodymyr Savchenko committed Nov 7, 2023
1 parent a9ba65c commit 3daf921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nb2workflow/workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

try:
import sentry_sdk
sentry_sdk.init(os.environ.get("SENTRY_URI", open("/cdci-resources/sentry-uri").read().strip()))
sentry_sdk.init(dsn="https://[email protected]/4506186624335872")
except ImportError:
sentry_sdk = None
except Exception as e:
Expand Down

0 comments on commit 3daf921

Please sign in to comment.