Skip to content

24.8.0

Compare
Choose a tag to compare
@getsentry-bot getsentry-bot released this 15 Aug 19:02

Bug Fixes:

  • Allow metrics summaries with only count (for sets). (#3864)
  • Do not trim any span field. Remove entire span instead. (#3890)
  • Do not drop replays, profiles and standalone spans in proxy Relays. (#3888)
  • Prevent an endless loop that causes high request volume and backlogs when certain large metric buckets are ingested or extrected. (#3893)
  • Extract set span metrics from numeric values. (#3897)

Internal:

  • Add experimental support for V2 envelope buffering. (#3855, #3863)
  • Add client_sample_rate to spans, pulled from the trace context. (#3872)
  • Collect SDK information in profile chunks. (#3882)
  • Introduce trim = "disabled" type attribute to prevent trimming of spans. (#3877)
  • Make the tcp listen backlog configurable and raise the default to 1024. (#3899)
  • Extract user.geo.country_code into span indexed. (#3911)
  • Add span.system tag to span metrics (#3913)
  • Switch glob implementations from regex to regex-lite. (#3926)
  • Disables unicode support in user agent regexes. (#3929)
  • Extract client sdk from transaction into profiles. (#3915)
  • Extract user.geo.subregion into span metrics/indexed. (#3914)
  • Add last_peek field to the Priority struct. (#3922)
  • Extract user.geo.subregion for mobile spans. (#3927)