24.11.2
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: