Skip to content

Commit

Permalink
fix: reactivate sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleGoogle committed Mar 24, 2022
1 parent fcf8f12 commit 206b4fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
galaxy.plugin.api==0.65
sentry-sdk==0.13.1
sentry-sdk==1.5.8
psutil==5.6.6
toml==0.10.0
toga==0.3.0.dev15
3 changes: 2 additions & 1 deletion src/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ def setup_sentry():
event_level=logging.ERROR
)
sentry_sdk.init(
dsn="https://76abb44bffbe45998dd304898327b718@sentry.io/1764525",
dns="https://40919944b74b4cc49bf94c482f013533@o284798.ingest.sentry.io/3976593",
traces_sample_rate=0.1,
integrations=[sentry_logging],
release=f"hb-galaxy@{__version__}"
)
Expand Down

0 comments on commit 206b4fd

Please sign in to comment.