Skip to content

Bump sentry-sdk from 2.55.0 to 2.62.0#2903

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/uv/sentry-sdk-2.61.1
Open

Bump sentry-sdk from 2.55.0 to 2.62.0#2903
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/uv/sentry-sdk-2.61.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Copy link
Copy Markdown
Contributor

Bumps sentry-sdk from 2.55.0 to 2.62.0.

Release notes

Sourced from sentry-sdk's releases.

2.62.0

New Features ✨

  • Add integration for aiomysql by @​tonal in #4703

    We're adding support for the aiomysql package. To enable the integration, add it to your integrations list:

    import sentry_sdk
    from sentry_sdk.integrations.aiomysql import AioMySQLIntegration
    sentry_sdk.init(
    traces_sample_rate=1.0,
    integrations=[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/")

Bug Fixes 🐛

Internal Changes 🔧

... (truncated)

Changelog

Sourced from sentry-sdk's changelog.

2.62.0

New Features ✨

  • Add integration for aiomysql by @​tonal in #4703

    We're adding support for the aiomysql package. To enable the integration, add it to your integrations list:

    import sentry_sdk
    from sentry_sdk.integrations.aiomysql import AioMySQLIntegration
    sentry_sdk.init(
    traces_sample_rate=1.0,
    integrations=[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/")

Bug Fixes 🐛

Internal Changes 🔧

... (truncated)

Commits
  • 0bac65a Update CHANGELOG.md
  • 4a53c10 release: 2.62.0
  • afff0e2 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...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jun 2, 2026
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.55.0 to 2.62.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@2.55.0...2.62.0)

---
updated-dependencies:
- dependency-name: sentry-sdk
  dependency-version: 2.61.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump sentry-sdk from 2.55.0 to 2.61.1 Bump sentry-sdk from 2.55.0 to 2.62.0 Jun 9, 2026
@dependabot dependabot Bot force-pushed the dependabot/uv/sentry-sdk-2.61.1 branch from 32016b4 to aa78e34 Compare June 9, 2026 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants