Skip to content

24.10.0

Latest
Compare
Choose a tag to compare
@getsentry-bot getsentry-bot released this 16 Oct 22:30

Breaking Changes:

  • Only allow processing enabled in managed mode. (#4087)

Bug Fixes:

  • Report invalid spans with appropriate outcome reason. (#4051)
  • Use the duration reported by the profiler instead of the transaction. (#4058)
  • Incorrect pattern matches involving adjacent any and wildcard matchers. (#4072)

Features:

  • Add a config option to add default tags to all Relay Sentry events. (#3944)
  • Automatically derive client.address and user.geo for standalone spans. (#4047)
  • Add support for uploading compressed (gzip, xz, zstd, bzip2) minidumps. (#4029)
  • Add user geo information to Replays. (#4088)
  • Configurable span.op inference. (#4056)
  • Enable support for zstd Content-Encoding. (#4089)
  • Add support for creating User from LoginId in Unreal Crash Context. (#4093)
  • Add multi-write Redis client. (#4064)

Internal:

  • Remove unused cogs.enabled configuration option. (#4060)
  • Add the dynamic sampling rate to standalone spans as a measurement so that it can be stored, queried, and used for extrapolation. (#4063)
  • Use custom wildcard matching instead of regular expressions. (#4073)
  • Allowlist the SentryUptimeBot user-agent. (#4068)
  • Feature flags of graduated features are now hard-coded in Relay so they can be removed from Sentry. (#4076, #4080)
  • Add parallelization in Redis commands. (#4118)