Skip to content

Commit

Permalink
Upgrade sentry-sdk to include a connection issue fix (#1)
Browse files Browse the repository at this point in the history
* Upgrade sentry-sdk

* Add keep_alive=True
  • Loading branch information
ben-z authored Mar 25, 2024
1 parent 0679f56 commit 0e5addb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def sentry_traces_sampler(sampling_context):
traces_sampler=sentry_traces_sampler,

enable_tracing=True,
keep_alive=True,
)
else:
print("No Sentry DSN found. Skipping Sentry setup.")
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
aiohttp==3.8.4
discord.py==2.2.3
sentry-sdk==1.28.1
sentry-sdk==1.43.0

0 comments on commit 0e5addb

Please sign in to comment.