Skip to content

Chore(deps): Bump sentry-sdk from 2.58.0 to 2.60.0#1153

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

Chore(deps): Bump sentry-sdk from 2.58.0 to 2.60.0#1153
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/sentry-sdk-2.60.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps sentry-sdk from 2.58.0 to 2.60.0.

Release notes

Sourced from sentry-sdk's releases.

2.60.0

Adds a new stream_gen_ai_spans option that controls how gen_ai spans are sent to Sentry. When set, the SDK extracts all gen_ai spans out of a transaction and sends them as v2 envelope items.

Enable this option if gen_ai spans are being dropped because the transaction payload exceeds size limits.

import sentry_sdk
sentry_sdk.init(
dsn='https://examplePublicKey@o0.ingest.sentry.io/0',
stream_gen_ai_spans=True,
)

New Features ✨

Bug Fixes 🐛

Openai

Other

Internal Changes 🔧

Django

Openai

... (truncated)

Changelog

Sourced from sentry-sdk's changelog.

2.60.0

Adds a new stream_gen_ai_spans option that controls how gen_ai spans are sent to Sentry. When set, the SDK extracts all gen_ai spans out of a transaction and sends them as v2 envelope items.

Enable this option if gen_ai spans are being dropped because the transaction payload exceeds size limits.

import sentry_sdk
sentry_sdk.init(
dsn='https://examplePublicKey@o0.ingest.sentry.io/0',
stream_gen_ai_spans=True,
)

New Features ✨

Bug Fixes 🐛

Openai

Other

Internal Changes 🔧

Django

Openai

... (truncated)

Commits
  • e30caaa Update CHANGELOG.md
  • d31ac85 release: 2.60.0
  • fcb9305 feat: Remove truncation when stream_gen_ai_spans is enabled (#6260)
  • 253a4d4 feat: Add option to send GenAI spans in the new span format (#6079)
  • 619d803 test(langchain): Inline global state (#6261)
  • f92c803 Revert "fix: Work around compromised transitive dependency (#6257)" (#6262)
  • 7a303dc Add option to drop scrubbed user IP addresses (#6241)
  • edaa6d6 feat(pymongo): Add span streaming support (#6253)
  • 0e47ead feat(asyncpg): Add cursor span support via BaseCursor method patching (#6252)
  • 17cc8c7 fix: Use proto version 2 to fix backfilled user agent and IP (#6256)
  • 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 19, 2026
foxpatch-aleph
foxpatch-aleph previously approved these changes May 19, 2026
Copy link
Copy Markdown

@foxpatch-aleph foxpatch-aleph left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clean dependency bump for sentry-sdk from 2.58.0 to 2.60.0. Only a single line in pyproject.toml is changed. No logic, security, or compatibility concerns — the version range is a minor bump within the same major version.

Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.58.0 to 2.60.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.58.0...2.60.0)

---
updated-dependencies:
- dependency-name: sentry-sdk
  dependency-version: 2.60.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.60.0 branch from 6405e91 to 5c5019c Compare May 21, 2026 14:37
Copy link
Copy Markdown

@foxpatch-aleph foxpatch-aleph left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clean dependency bump from sentry-sdk 2.58.0 to 2.60.0. The version change is a minor patch bump within the same major version series. No breaking changes affect the codebase — the project uses only stable core APIs (sentry_sdk.init, start_transaction, and integration classes) which remain unchanged. The diff is minimal and correct.

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