Skip to content

2.64.0

Latest

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 30 Jun 08:14

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 πŸ›

Documentation πŸ“š

Internal Changes πŸ”§

Other