Skip to content

26.4.1

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 22 Apr 19:53

Breaking Changes:

  • Docker images are no longer published to Docker Hub, use the Github Container Registry instead (see documentation). (#5845)

Features:

  • Use ModelMetadata config with context size and utilization. (#5814)
  • Handle minidump placeholders. (#5849)
  • Add config option to spread envelopes evenly across buffer partitions. (#5853)

Internal:

  • Move unreal crash report expansion from processing into endpoint. (#5825)
  • Ports legacy standalone span processing to the processing framework. (#5852)
  • Retry failing objectstore requests. (#5836)
  • Add mobile normalizations to SpanV2 processing pipeline (mobile tag, main thread, outlier filtering, app start backfill from V1 transactions, device class). (#5824)
  • Remove the deprecated aiModelCosts global config, superseded by aiModelMetadata. (#5862)

Bug Fixes:

  • Respond with 429 if otlp logs are rate limited, as per spec. (#5841)
  • Respect rate limit silencing also when all items are rate limited. (#5840)