Skip to content

21.3.1

Compare
Choose a tag to compare
@getsentry-bot getsentry-bot released this 08 Apr 21:46
· 2300 commits to master since this release

Bug Fixes:

  • Make request url scrubbable. (#955)
  • Remove dependent items from envelope when dropping transaction item. (#960)

Internal:

  • Emit the quantity field for outcomes of events. This field describes the total size in bytes for attachments or the event count for all other categories. A separate outcome is emitted for attachments in a rejected envelope, if any, in addition to the event outcome. (#942)
  • Add experimental metrics ingestion without bucketing or pre-aggregation. (#948)
  • Skip serializing some null values in frames interface. (#944)
  • Add experimental metrics ingestion with bucketing and pre-aggregation. (#948, #952, #958, #966, #969)
  • Change HTTP response for upstream timeouts from 502 to 504. (#859)
  • Add rule id to outcomes coming from transaction sampling. (#953)
  • Add support for breakdowns ingestion. (#934)
  • Ensure empty strings are invalid measurement names. (#968)