Skip to content

Commit 805db41

Browse files
authored
Merge pull request #1472 from python-discord/dependabot/pip/sentry-sdk-2.22.0
Bump sentry-sdk from 2.20.0 to 2.22.0
2 parents 7d55f6c + 35627a2 commit 805db41

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

poetry.lock

+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pydis_site/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
send_default_pii=True,
5757
release=f"site@{GIT_SHA}",
5858
profiles_sample_rate=1.0,
59-
enable_tracing=True,
59+
traces_sample_rate=1.0,
6060
enable_db_query_source=True,
6161
db_query_source_threshold_ms=100, # Queries slower that 100ms will include the source in the event
6262
)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pyjwt = {version = "2.10.1", extras = ["crypto"]}
2424
pymdown-extensions = "10.14.3"
2525
python-frontmatter = "1.1.0"
2626
pyyaml = "6.0.2"
27-
sentry-sdk = "2.20.0"
27+
sentry-sdk = "2.22.0"
2828
whitenoise = "6.9.0"
2929

3030
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)