Skip to content

fix(deps): update dependency sentry-sdk to v2.62.0#487

Merged
renovate[bot] merged 1 commit into
masterfrom
renovate/sentry-sdk-2.x
Jun 22, 2026
Merged

fix(deps): update dependency sentry-sdk to v2.62.0#487
renovate[bot] merged 1 commit into
masterfrom
renovate/sentry-sdk-2.x

Conversation

@renovate

@renovate renovate Bot commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
sentry-sdk (changelog) ==2.61.0==2.62.0 age confidence

Release Notes

getsentry/sentry-python (sentry-sdk)

v2.62.0

Compare Source

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 🔧

v2.61.1

Compare Source

Internal Changes 🔧
Rq
Other

Configuration

📅 Schedule: (in timezone US/Eastern)

  • Branch creation
    • "every weekend"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/sentry-sdk-2.x branch from a341dad to 2ff49b4 Compare June 20, 2026 10:47
@renovate
renovate Bot force-pushed the renovate/sentry-sdk-2.x branch from 2ff49b4 to cec1085 Compare June 22, 2026 19:07
@renovate renovate Bot changed the title fix(deps): update dependency sentry-sdk to v2.61.1 fix(deps): update dependency sentry-sdk to v2.62.0 Jun 22, 2026
@renovate
renovate Bot merged commit 9bce90b into master Jun 22, 2026
6 checks passed
@renovate
renovate Bot deleted the renovate/sentry-sdk-2.x branch June 22, 2026 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants