Skip to content

Bump sentry-sdk from 2.48.0 to 2.61.0#1066

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/sentry-sdk-2.58.0
Open

Bump sentry-sdk from 2.48.0 to 2.61.0#1066
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/sentry-sdk-2.58.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Bumps sentry-sdk from 2.48.0 to 2.61.0.

Release notes

Sourced from sentry-sdk's releases.

2.61.0

New Features ✨

  • Add server.address to transformed spans when stream_gen_ai_spans=True by @​alexander-alderman-webb in #6307

  • Allow integrations to define control flow exceptions by @​sentrivana in #6425

  • Disable string truncation for events by default by @​alexander-alderman-webb in #6290

    Following a previous significant increase of the string truncation limit, we've now completely removed the limit by default. In case you have large strings in your events, you should now be able to see them.

    In rare cases, if you have really long strings (or a lot of them), you might see envelopes being dropped because of their size. If that happens, you can set the max_value_length init option to the previous value of 100_000:

    sentry_sdk.init(
        ...,
        max_value_length=100_000,
    )

Bug Fixes 🐛

Langchain

Openai Agents

Pydantic AI

Strawberry

Other

... (truncated)

Changelog

Sourced from sentry-sdk's changelog.

2.61.0

New Features ✨

  • Add server.address to transformed spans when stream_gen_ai_spans=True by @​alexander-alderman-webb in #6307

  • Allow integrations to define control flow exceptions by @​sentrivana in #6425

  • Disable string truncation for events by default by @​alexander-alderman-webb in #6290

    Following a previous significant increase of the string truncation limit, we've now completely removed the limit by default. In case you have large strings in your events, you should now be able to see them.

    In rare cases, if you have really long strings (or a lot of them), you might see envelopes being dropped because of their size. If that happens, you can set the max_value_length init option to the previous value of 100_000:

    sentry_sdk.init(
        ...,
        max_value_length=100_000,
    )

Bug Fixes 🐛

Langchain

Openai Agents

Pydantic AI

Strawberry

Other

... (truncated)

Commits
  • 53df878 Update CHANGELOG.md
  • 24f6bf7 Update CHANGELOG.md
  • f50bec5 Update CHANGELOG.md
  • 3546946 release: 2.61.0
  • 54f7686 feat(span-streaming): Add more attrs to segment spans (#6432)
  • 7e27e34 feat(openai): Support span streaming (#6431)
  • 139a9a1 feat: Add server.address to transformed spans when `stream_gen_ai_spans=Tru...
  • 7bf1d6e fix(openai_agents): Handle starting_agent keyword argument in runner patches ...
  • 5662d86 test(langchain): Deduplicate by removing node.callspec.id matching (#6426)
  • fb9def2 feat(huey): Migrate Huey integration to spans-first tracing (#6399)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 1, 2026
@dependabot dependabot Bot changed the title Bump sentry-sdk from 2.48.0 to 2.58.0 Bump sentry-sdk from 2.48.0 to 2.60.0 May 18, 2026
@dependabot dependabot Bot force-pushed the dependabot/pip/sentry-sdk-2.58.0 branch 2 times, most recently from 9b21d72 to f325abf Compare May 20, 2026 16:03
@dependabot dependabot Bot changed the title Bump sentry-sdk from 2.48.0 to 2.60.0 Bump sentry-sdk from 2.48.0 to 2.61.0 May 28, 2026
@dependabot dependabot Bot force-pushed the dependabot/pip/sentry-sdk-2.58.0 branch 2 times, most recently from 7879983 to 0ad249d Compare May 28, 2026 15:55
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.48.0 to 2.61.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.48.0...2.61.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/sentry-sdk-2.58.0 branch from 0ad249d to 97a619f Compare May 28, 2026 16:07
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 Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants