25.4.0
- Extract searchable context fields into sentry tags for segment spans. (#4651)
Features:
- Add experimental playstation endpoint. (#4555)
- Add naver.me / Yeti spider on the crawler filter list. (#4602)
- Add the item type that made the envelope too large to invalid outcomes. (#4558)
- Filter out certain AI crawlers. (#4608)
- Update iOS chrome translation error regex. (#4634)
- Infer the attachment type of view hierarchy items in multipart messages. (#4624)
- Make default Apple device class high. (#4609)
Bug Fixes:
- Separates profiles into backend and ui profiles. (#4595)
- Normalize trace context information before writing it into transaction and span data. This ensures the correct sampling rates are stored for extrapolation in Sentry. (#4625)
- Adds u16 validation to the replay protocol's segment_id field. (#4635)
- Exposes all service utilization with instance labels instead of the last. (#4654)
- Ensure that every span's parent exists. (#4661)
Internal:
- Add ui chunk profiling data category. (#4593)
- Switch global rate limiter to a service. (#4581)
- Always enforce cached rate limits in processor. (#4603)
- Remove
parent_span_link
fromSpanLink
struct. (#4594) - Extract transaction breakdowns into measurements. (#4600)
- Expose worker pool metrics in autoscaler endpoint. (#4605)
- Expose runtime utilization metric in autoscaler endpoint. (#4606)
- Bump the revision of
sysinfo
to the revision at15b3be3273ba286740122fed7bb7dccd2a79dc8f
. (#4613) - Switch the processor and store to
async
. (#4552) - Validate the spooling memory configuration on startup. (#4617)
- Rework currently unused 'log' protocol / envelope item type schema. (#4592)
- Improve descriptiveness of autoscaling metric name. (#4629)
- Serialize span's
_meta
information when producing to Kafka. (#4646) - Enable connection pooling for asynchronous Redis connections. (#4622)
- Add the internal
_performance_issues_spans
field to control perf issue detection. (#4652) - Add
/v1/traces
(without a trailing slash) as a spec-compliant alternative for our OTLP traces endpoint. (#4655) - Improve handling of failed Redis connections. (#4657)
- Expose new metrics from the async pool. (#4658)
- Serialize span's
links
information when producing to Kafka. (#4601)