Skip to content

build(deps): bump sentry-sdk from 2.60.0 to 2.63.0 in /bot - #3013

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/bot/sentry-sdk-2.63.0
Closed

build(deps): bump sentry-sdk from 2.60.0 to 2.63.0 in /bot#3013
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/bot/sentry-sdk-2.63.0

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubJun 17, 2026

Copy link
Copy Markdown
Contributor

Bumps sentry-sdk from 2.60.0 to 2.63.0.

Release notes

Sourced from sentry-sdk's releases.

2.63.0

Bug Fixes 🐛

Fastapi

Other

Internal Changes 🔧

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:

    importsentry_sdkfromsentry_sdk.integrations.aiomysqlimportAioMySQLIntegrationsentry_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.

    importhttpx2importsentry_sdksentry_sdk.init(...)
    withsentry_sdk.start_transaction(name="testing_sentry"):

... (truncated)

Changelog

Sourced from sentry-sdk's changelog.

2.63.0

Bug Fixes 🐛

Fastapi

Other

Internal Changes 🔧

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:

    importsentry_sdkfromsentry_sdk.integrations.aiomysqlimportAioMySQLIntegrationsentry_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.

    importhttpx2importsentry_sdksentry_sdk.init(...)

... (truncated)

Commits
  • 44b008a update changelog
  • 0b2af51 Update CHANGELOG.md
  • 250caad release: 2.63.0
  • 72a57de fix(flask): Set user data on scope at request start (#6566)
  • 6a4c3a1 fix: Remove 0000 trace_id fallbacks (#6570)
  • 1df9835 feat(falcon): Set name and source on request span when streaming (#6562)
  • 77874bd test(falcon): Support span streaming (#6561)
  • 6bcfb9c fix(fastapi): Prevent double wrapping of sync handlers on FastAPI >= 0.137 (#...
  • 72d972c fix(fastapi): use effective_route_context path for prefixed routers (#6572)
  • cc802f6 feat(chalice): Add span streaming support to Chalice integration (#6503)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.60.0 to 2.63.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.60.0...2.63.0)
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-version: 2.63.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added the bot Python Taskcluster Bot label Jun 17, 2026
@dependabot@github

dependabotBot commented on behalf of githubJul 1, 2026

Copy link
Copy Markdown
ContributorAuthor

Superseded by #3018.

@dependabotdependabotBot closed this Jul 1, 2026
@dependabot
dependabotBot deleted the dependabot/pip/bot/sentry-sdk-2.63.0 branch July 1, 2026 15:43
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

botPython Taskcluster Bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants