Skip to content

Commit

Permalink
chore: update sentry-sdk to version 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drazisil committed Jun 30, 2024
1 parent 5aa301c commit 2f17038
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
8 changes: 4 additions & 4 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Default template for PDM package"
authors = [{ name = "Molly Draven", email = "[email protected]" }]
dependencies = [
"server @ file:///${PROJECT_ROOT}/projects/server",
"sentry-sdk>=2.7.0",
"sentry-sdk>=2.7.1",
"Tcl>=0.2", # Needed for tkinter to work correctly
]
requires-python = "==3.12.*"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ certifi==2024.6.2
cfgv==3.4.0
click==8.1.7
colorama==0.4.6; sys_platform == "win32" or platform_system == "Windows"
coverage==7.5.4
coverage==7.5.3
distlib==0.3.8
filelock==3.15.4
filelock==3.15.3
flake8==7.1.0
flake8-black==0.3.6
identify==2.5.36
Expand Down
2 changes: 2 additions & 0 deletions rm-server.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@


from server.rusty_motors_server import RustyMotorsServer
from sentry_sdk.integrations.socket import SocketIntegration

import sentry_sdk

Expand All @@ -14,6 +15,7 @@
# of sampled transactions.
# We recommend adjusting this value in production.
profiles_sample_rate=1.0,
integrations=[SocketIntegration()],
)


Expand Down

0 comments on commit 2f17038

Please sign in to comment.