24.8.0
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_rateto 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_codeinto span indexed. (#3911) - Add
span.systemtag to span metrics (#3913) - Switch glob implementations from
regextoregex-lite. (#3926) - Disables unicode support in user agent regexes. (#3929)
- Extract client sdk from transaction into profiles. (#3915)
- Extract
user.geo.subregioninto span metrics/indexed. (#3914) - Add
last_peekfield to thePrioritystruct. (#3922) - Extract
user.geo.subregionfor mobile spans. (#3927)