From 9ee493a8b276b26d55f537364adefd2bc0c7b7b0 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 14 Jul 2026 04:12:40 +0000
Subject: [PATCH] Bump sentry-sdk from 2.61.0 to 2.62.0 in /backend (#1736)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from
2.61.0 to 2.62.0.
Sourced from sentry-sdk's
releases. Add integration for We're adding support for the sentry_sdk.init(
traces_sample_rate=1.0,
integrations=[AioMySQLIntegration()],
)
Release notes
2.62.0
New Features ✨
aiomysql by @tonal in #4703aiomysql package. To enable
the integration, add it to your integrations list:import sentry_sdk
from sentry_sdk.integrations.aiomysql import AioMySQLIntegration
Support HTTPX2 by @sentrivana in #6463
We're adding out-of-the-box support for HTTPX2. As long as use the package, the Sentry integration will be enabled automatically and you should see your requests instrumented in Sentry.
import httpx2
import sentry_sdk
sentry_sdk.init(...)
with sentry_sdk.start_transaction(name="testing_sentry"):
httpx2.get("https://sentry.io/")
@alexander-alderman-webb
in #6507@devteamaegis
in #6452ModelRequestContext.model exists by @alexander-alderman-webb
in #6480functools.wraps() for patched functions by
@alexander-alderman-webb
in #6532@devteamaegis
in #6450@devteamaegis
in #6478fakeredis<2.36.0 in tests by @alexander-alderman-webb
in #6444@sl0thentr0py
in #6492@alexander-alderman-webb
in #6475package-ecosystem: uv in dependabot by @sentrivana in #6522@github-actions
in #6519aiomysql version and update
text matrix by @alexander-alderman-webb
in #6496@sl0thentr0py
in #6494... (truncated)
Sourced from sentry-sdk's changelog.
2.62.0
New Features ✨
Add integration for
aiomysqlby@tonalin #4703We're adding support for the
aiomysqlpackage. To enable the integration, add it to yourintegrationslist:import sentry_sdk from sentry_sdk.integrations.aiomysql import AioMySQLIntegrationsentry_sdk.init( traces_sample_rate=1.0, integrations=[AioMySQLIntegration()], )
Support HTTPX2 by
@sentrivanain #6463We're adding out-of-the-box support for HTTPX2. As long as use the package, the Sentry integration will be enabled automatically and you should see your requests instrumented in Sentry.
import httpx2 import sentry_sdksentry_sdk.init(...)
with sentry_sdk.start_transaction(name="testing_sentry"): httpx2.get("https://sentry.io/")
Bug Fixes 🐛
- (arq) Never capture control flow exceptions by
@alexander-alderman-webbin #6507- (client) Guard against dotless qualified_name in _setup_instrumentation by
@devteamaegisin #6452- (pydantic-ai) Only use hooks when
ModelRequestContext.modelexists by@alexander-alderman-webbin #6480- (rq) Restore
functools.wraps()for patched functions by@alexander-alderman-webbin #6532- (tracing_utils) Handle baggage values containing '=' in from_incoming_header by
@devteamaegisin #6450- (utils) Handle image_url string shorthand in _is_image_type_with_blob_content by
@devteamaegisin #6478Internal Changes 🔧
- (arq) Only pin
fakeredis<2.36.0in tests by@alexander-alderman-webbin #6444- (flaky) Change env for flaky test detector by
@sl0thentr0pyin #6492- (pydantic-ai) Create event loop before invoking sync methods by
@alexander-alderman-webbin #6475- Use
package-ecosystem: uvin dependabot by@sentrivanain #6522- 🤖 Update test matrix with new releases (06/08) by
@github-actionsin #6519- Raise minimum supported
aiomysqlversion and update text matrix by@alexander-alderman-webbin #6496
... (truncated)
0bac65a
Update CHANGELOG.md4a53c10
release: 2.62.0afff0e2
fix(rq): Restore functools.wraps() for patched functions
(#6532)33ca589
build(deps-dev): bump openfeature-sdk from 0.9.0 to 0.10.0 (#6528)4fdd8e0
build(deps): bump pip from 26.1.1 to 26.1.2 (#6530)b466c27
build(deps-dev): bump httpx2 from 2.2.0 to 2.3.0 (#6523)0be028f
build(deps-dev): bump typer from 0.26.2 to 0.26.7 (#6526)344c013
build(deps-dev): bump ruff from 0.15.14 to 0.15.16 (#6529)7d38a49
ci: Use package-ecosystem: uv in dependabot (#6522)8c50017
build(deps): bump
getsentry/craft/.github/workflows/changelog-preview.yml fro...