Skip to content

chore(deps): bump sentry-sdk from 2.59.0 to 2.61.1 in the pip-updates group across 1 directory#1353

Merged
252afh merged 1 commit into
mainfrom
dependabot/pip/pip-updates-f3be202880
Jun 10, 2026
Merged

chore(deps): bump sentry-sdk from 2.59.0 to 2.61.1 in the pip-updates group across 1 directory#1353
252afh merged 1 commit into
mainfrom
dependabot/pip/pip-updates-f3be202880

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the pip-updates group with 1 update in the / directory: sentry-sdk.

Updates sentry-sdk from 2.59.0 to 2.61.1

Release notes

Sourced from sentry-sdk's releases.

2.61.1

Internal Changes 🔧

Rq

Other

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

... (truncated)

Changelog

Sourced from sentry-sdk's changelog.

2.61.1

Internal Changes 🔧

Rq

Other

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

... (truncated)

Commits
  • 5c95559 Update CHANGELOG.md
  • b98bcb1 release: 2.61.1
  • 504cbe9 ci(rq): Pin fakeredis<2.36.0 in tests (#6454)
  • 1f3f3eb fix(sampling): Attribute backpressure as unsampling reason more accurately ...
  • 2ce26d1 ci(tox): migrate from pip to uv via tox-uv (#6390)
  • 8a4062b ci(rq): Unpin redis and fakeredis for tests (#6443)
  • 8d442df fix(span-first): Set user.ip_address on all streamed spans (#6434)
  • e8d67d8 feat(rust-tracing): Support span streaming (#6433)
  • 0749d3e feat(litellm): Support span streaming (#6317)
  • b4e0367 test(aiohttp): Unfurl spans explicitly instead of using pop() (#6435)
  • 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 18, 2026
@dependabot dependabot Bot changed the title Bump sentry-sdk from 2.59.0 to 2.60.0 in the pip-updates group chore(deps): bump sentry-sdk from 2.59.0 to 2.60.0 in the pip-updates group across 1 directory May 25, 2026
@dependabot dependabot Bot force-pushed the dependabot/pip/pip-updates-f3be202880 branch from 810d96a to 71677e0 Compare May 25, 2026 05:31
@dependabot dependabot Bot changed the title chore(deps): bump sentry-sdk from 2.59.0 to 2.60.0 in the pip-updates group across 1 directory chore(deps): bump sentry-sdk from 2.59.0 to 2.61.1 in the pip-updates group across 1 directory Jun 1, 2026
@dependabot dependabot Bot force-pushed the dependabot/pip/pip-updates-f3be202880 branch from 71677e0 to 8134af3 Compare June 1, 2026 09:39
Bumps the pip-updates group with 1 update in the / directory: [sentry-sdk](https://github.com/getsentry/sentry-python).


Updates `sentry-sdk` from 2.59.0 to 2.61.1
- [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.59.0...2.61.1)

---
updated-dependencies:
- dependency-name: sentry-sdk
  dependency-version: 2.60.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/pip-updates-f3be202880 branch from 8134af3 to 159db13 Compare June 8, 2026 04:24
@252afh 252afh merged commit 792047d into main Jun 10, 2026
7 of 11 checks passed
@252afh 252afh deleted the dependabot/pip/pip-updates-f3be202880 branch June 10, 2026 08:00
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.

1 participant