Skip to content

25.10.0

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 15 Oct 18:11

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.name attributes 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.origin attribute to OTLP logs. (#5190)
  • Add new iPhone 17 devices. (#5203)
  • Upgrade sqlparser and improve SQL parsing for span grouping. (#5211)
  • Maps unknown_error span status to internal_error. (#5202)
  • Add otp and two[-_]factor to 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_span envelope item type. (#5238)
  • Produce spans to ingest-spans by default. (#5163)
  • Add retentions to 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)