Skip to content

26.3.0

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 16 Mar 16:34

Breaking Changes:

  • Use a more mature (dog)statsd backend, with proper support for unix sockets and reservoir sampling.
    Due to the new backend, all sampling and tag filtering configuration options have been removed. (#5675)
  • Remove unused outcomes.emit_client_outcomes configuration option. (#5722)

Bug Fixes:

  • Normalize custom metric units to none on trace metrics during processing. (#5718)
  • Prevent minidump compression bomb. (#5613)
  • Relay Temporarily rejected unknown headers on envelope items. (#5709)

Features:

  • Populate gen_ai.response.model from gen_ai.request.model if not already set. (#5654)
  • Add support for Unix domain sockets for statsd metrics. (#5668)
  • Support deployment.environment OTLP resource attribute for setting the Sentry environment. (#5691)
  • Allow users to opt-out of DNS caching. (#5700)
  • Update device classification for new iPad and iPhone models. (#5704)
  • Add TraceMetricByte data category. (#5719)

Internal:

  • Strip performance metric specs from extraction while keeping extraction interfaces intact. (#5674)
  • Allow deferred lengths to the /upload endpoint when the sender is trusted. (#5658)
  • Stream non-prosperodmp attachments received at /playstation to objectstore. (#5673)
  • Use new processor architecture to process client reports. (#5686)
  • Use new processor architecture to process standalone attachments. (#5703)
  • Prevent timeouts on the /upload endpoint. (#5692)
  • Handle traffic bursts in the objectstore service. (#5689)
  • Disable fetch_materials on GoCD pipeline-complete stages. (#5697)