Skip to content

22.10.0

Choose a tag to compare

@getsentry-bot getsentry-bot released this 17 Oct 17:24

Features:

  • Limit the number of custom measurements per event. (#1483))
  • Add INP web vital as a measurement. (#1487)

** Bug Fixes**:

  • Make sure that non-processing Relays drop all invalid transactions. (#1513)

Internal:

  • Introduce a new profile format called sample. (#1462)
  • Generate a new profile ID when splitting a profile for multiple transactions. (#1473)
  • Pin Rust version to 1.63.0 in Dockerfile. (#1482)
  • Normalize measurement units in event payload. (#1488)
  • Remove long-running futures from metrics flush. (#1492)
  • Migrate to 2021 Rust edition. (#1510)
  • Make the profiling frame object compatible with the stacktrace frame object from event. (#1512)
  • Fix quota DataCategory::TransactionProcessed serialisation to match that of the CAPI. (#1514)
  • Support checking quotas in the Redis rate limiter without incrementing them. (#1519)
  • Update the internal service architecture for metrics aggregator service. (#1508)