25.10.0
Features:
- Enables more PII rules for MCP attributes. (#5219
- Enables more PII rules for AI attributes. (#5166
- Add Memory Info context to event schema. (#5154)
- Add Thread Pool Info context to event schema. (#5153)
- Add Unity Info context to event schema. (#5155)
- Generate
sentry.nameattributes for spans without names. (#5143) - Add integration endpoints for OTLP. (#5176)
- Emit a metric to record keep/drop decisions in Dynamic Sampling. (#5164, #5204)
- Trim event tag keys & values to 200 chars instead of dropping them. (#5198)
- Add trace metric protocol. (#5207)
- Add
sentry.originattribute to OTLP logs. (#5190) - Add new iPhone 17 devices. (#5203)
- Upgrade sqlparser and improve SQL parsing for span grouping. (#5211)
- Maps
unknown_errorspan status tointernal_error. (#5202) - Add
otpandtwo[-_]factorto default scrubbing rules. (#5250) - Add event merging logic for Playstation crashes. (#5228)
- Implement PII scrubbing for V2 spans. (#5168)
- Add vercel log drain endpoint. (#5212)
Bug Fixes:
- Emit monitor outcomes when dropping/rejecting an envelope. (#5177)
- Apply span name generation to spans extracted from transaction events. (#5191)
Internal:
- Update most dependencies to semver compatible versions. (#5245)
- No longer writes Spans as trace items. (#5152)
- Removes support for the
otel_spanenvelope item type. (#5238) - Produce spans to
ingest-spansby default. (#5163) - Add
retentionsto the project configuration and use them for logs. (#5135) - Produce Span V2 Kafka messages. (#5151, #5173, #5199, #5216)
- Extract additional
user.geo.*attributes on spans. (#5194) - Modernize session processing and move to Relay's new processing framework. (#5201)
- Add TraceMetric data category. (#5206)
- Match placeholder segments in sentry conventions attributes. (#5237)