Skip to content

22.3.0

Compare
Choose a tag to compare
@getsentry-bot getsentry-bot released this 15 Mar 18:24

Features:

  • Tag transaction metrics by user satisfaction. (#1197)

Bug Fixes:

  • CVE-2022-24713: Prevent denial of service through untrusted regular expressions used for PII scrubbing. (#1207)
  • Prevent dropping metrics during Relay shutdown if the project is outdated or not cached at time of the shutdown. (#1205)
  • Prevent a potential OOM when validating corrupted or exceptional minidumps. (#1209)

Internal:

  • Spread out metric aggregation over the aggregation window to avoid concentrated waves of metrics requests to the upstream every 10 seconds. Relay now applies jitter to initial_delay to spread out requests more evenly over time. (#1185)
  • Use a randomized Kafka partitioning key for sessions instead of the session ID. (#1194)
  • Add new statsd metrics for bucketing efficiency. (#1199, #1192, #1200)
  • Add a Profile ItemType to represent the profiling data sent from Sentry SDKs. (#1179)