Skip to content

Bump sentry-sdk from 2.43.0 to 2.65.0 in /app/backend#9216

Merged
nabramow merged 2 commits into
developfrom
dependabot/uv/app/backend/sentry-sdk-2.64.0
Jul 15, 2026
Merged

Bump sentry-sdk from 2.43.0 to 2.65.0 in /app/backend#9216
nabramow merged 2 commits into
developfrom
dependabot/uv/app/backend/sentry-sdk-2.64.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps sentry-sdk from 2.43.0 to 2.65.0.

Release notes

Sourced from sentry-sdk's releases.

2.65.0

New Features ✨

Huey

Other

Bug Fixes 🐛

Tracing

Other

  • (django) Avoid ValueError in async middleware process_* hooks by @​r0ro in #6698
  • (scope) Drop None user attribute values in set_user by @​ericapisani in #6692
  • (starlette) Don't overwrite user set during request in AuthenticationMiddleware by @​ericapisani in #6760

Internal Changes 🔧

2.64.0

The SDK now extracts all gen_ai spans out of a transaction and sends them as v2 envelope items by default. This prevents gen_ai spans from being dropped when the transaction payload exceeds size limits. Because they are no longer constrained by transaction size limits, AI message data is also no longer truncated. To keep the previous behavior, set stream_gen_ai_spans=False.

Self-hosted Sentry users should opt out with stream_gen_ai_spans=False, since streamed gen_ai spans may not be ingested by their Sentry instance.

Bug Fixes 🐛

... (truncated)

Changelog

Sourced from sentry-sdk's changelog.

2.65.0

New Features ✨

Huey

Other

Bug Fixes 🐛

Tracing

Other

  • (django) Avoid ValueError in async middleware process_* hooks by @​r0ro in #6698
  • (scope) Drop None user attribute values in set_user by @​ericapisani in #6692
  • (starlette) Don't overwrite user set during request in AuthenticationMiddleware by @​ericapisani in #6760

Internal Changes 🔧

2.64.0

The SDK now extracts all gen_ai spans out of a transaction and sends them as v2 envelope items by default. This prevents gen_ai spans from being dropped when the transaction payload exceeds size limits. Because they are no longer constrained by transaction size limits, AI message data is also no longer truncated. To keep the previous behavior, set stream_gen_ai_spans=False.

Self-hosted Sentry users should opt out with stream_gen_ai_spans=False, since streamed gen_ai spans may not be ingested by their Sentry instance.

... (truncated)

Commits
  • 4cc6fda Update changelog
  • c0c115f release: 2.65.0
  • 153230e fix(tracing): Fix unsampled/deferred trace propagation in span streaming (#6757)
  • b25c05e test: Add required cache_write_tokens field (#6804)
  • ef9a569 fix(tracing): Set sentry.op to function in new trace decorator (#6796)
  • b9899f8 feat(huey): Set messaging.destination.name on consumer spans (#6779)
  • 2dcdd72 feat(huey): Set messaging.destination.name on producer spans (#6778)
  • a9f8fe6 feat(arq): Set messaging.destination.name on consumer spans (#6767)
  • 2088fc5 feat(rq): Set messaging.destination.name on consumer spans (#6774)
  • 70292ef feat(dramatiq): Set messaging.destination.name on consumer spans (#6776)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added 1.topic backend This issue relates to the python backend dependencies Pull requests that update a dependency file labels Jul 1, 2026
@dependabot
dependabot Bot requested a review from aapeliv as a code owner July 1, 2026 00:26
@dependabot dependabot Bot added 1.topic backend This issue relates to the python backend dependencies Pull requests that update a dependency file labels Jul 1, 2026
@CouchersBot

CouchersBot commented Jul 1, 2026

Copy link
Copy Markdown
Member

Mobile

Install the Dev Tool (iOS via TestFlight, iOS Simulator, or Android .apk) here.

Scan the QR with your phone camera, or tap Open in Dev Tool on the device, to open this branch in the installed Dev Tool dev client.

    iOS         Android    
    QR to open the iOS build         QR to open the Android build    
    Open in Dev Tool         Open in Dev Tool    
Deep links

iOS

couchers-devtool://expo-development-client/?url=https%3A%2F%2F5d53b35b--ota.preview.couchershq.org%2Fios%2Fmanifest

Android

couchers-devtool://expo-development-client/?url=https%3A%2F%2F5d53b35b--ota.preview.couchershq.org%2Fandroid%2Fmanifest

Web (Vercel)

View the Vercel web preview for this branch.

Backend

Schema Schema diff Sample emails

Other

Protos Backend coverage Web coverage

Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.43.0 to 2.65.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.43.0...2.65.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump sentry-sdk from 2.43.0 to 2.64.0 in /app/backend Bump sentry-sdk from 2.43.0 to 2.65.0 in /app/backend Jul 14, 2026
@dependabot
dependabot Bot force-pushed the dependabot/uv/app/backend/sentry-sdk-2.64.0 branch from 7d174b6 to 5d53b35 Compare July 14, 2026 20:00
@nabramow
nabramow merged commit 58426e8 into develop Jul 15, 2026
4 checks passed
@nabramow
nabramow deleted the dependabot/uv/app/backend/sentry-sdk-2.64.0 branch July 15, 2026 14:16
@github-actions

Copy link
Copy Markdown
Contributor

📝 Release Notes

This PR does not need to be included in release notes.

Reason: This PR is a routine dependency update to the backend Sentry SDK with no direct user-facing feature or clearly notable platform improvement described for end users. The listed upstream changes are mostly internal monitoring/tracing updates and minor bug fixes, which do not warrant release note inclusion.

🤖 Bot Debug Information

Model: couchers.openai.gpt-5.4
Decision: exclude
Reasoning: This PR is a routine dependency update to the backend Sentry SDK with no direct user-facing feature or clearly notable platform improvement described for end users. The listed upstream changes are mostly internal monitoring/tracing updates and minor bug fixes, which do not warrant release note inclusion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1.topic backend This issue relates to the python backend dependencies Pull requests that update a dependency file release notes: not needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants