Skip to content

24.11.2

Compare
Choose a tag to compare
@getsentry-bot getsentry-bot released this 11 Dec 19:32

Breaking Changes:

  • Remove spool.envelopes.{min_connections,max_connections,unspool_interval,max_memory_size} config options. (#4303)
  • Flatten Linux distribution fields into os.context. (#4292)

Bug Fixes:

  • Accept incoming requests even if there was an error fetching their project config. (#4140)
  • Rate limit profiles when transaction was sampled. (#4195)
  • Fix scrubbing user paths in minidump debug module names. (#4351)
  • Scrub user fields in span.sentry_tags. (#4364), (#4370)

Features:

  • Set sdk.name for events created from minidumps. (#4313)
  • Remove old disk spooling logic, default to new version. (#4303)

Internal:

  • Promote some span.data fields to the top level. (#4298)
  • Remove metrics summaries. (#4278, #4279, #4296)
  • Use async redis for projectconfig. (#4284)