Skip to content

24.1.1

Compare
Choose a tag to compare
@getsentry-bot getsentry-bot released this 26 Jan 18:42

Features:

  • Add new legacy browser filters. (#2950)

Internal:

  • Implement quota system for cardinality limiter. (#2972)
  • Use cardinality limits from project config instead of Relay config. (#2990)
  • Proactively move on-disk spool to memory. (#2949)
  • Default missing Event.platform and Event.level fields during light normalization. (#2961)
  • Copy event measurements to span & normalize span measurements. (#2953)
  • Add allow_negative to BuiltinMeasurementKey. Filter out negative BuiltinMeasurements if allow_negative is false. (#2982)
  • Add possiblity to block metrics or their tags with glob-patterns. (#2954, #2973)
  • Forward profiles of non-sampled transactions. (#2940)
  • Enable throttled periodic unspool of the buffered envelopes. (#2993)

Bug Fixes:

  • Add automatic PII scrubbing to logentry.params. (#2956)
  • Avoid producing null values in metric data. These values were the result of Infinity or NaN values extracted from event data. The values are now discarded during extraction. (#2958)
  • Fix processing of user reports. (#2981, #2984)
  • Fetch project config when metrics are received. (#2987)