diff --git a/CHANGELOG.md b/CHANGELOG.md index 876c1ced8a..1723363f9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ - Introduce `trim = "disabled"` type attribute to prevent trimming of spans. ([#3877](https://github.com/getsentry/relay/pull/3877)) - Make the tcp listen backlog configurable and raise the default to 1024. ([#3899](https://github.com/getsentry/relay/pull/3899)) - Extract `user.geo.country_code` into span indexed. ([#3911](https://github.com/getsentry/relay/pull/3911)) +- Add `span.system` tag to span metrics ([#3913](https://github.com/getsentry/relay/pull/3913)) ## 24.7.1 diff --git a/relay-dynamic-config/src/defaults.rs b/relay-dynamic-config/src/defaults.rs index 7e5af1eff0..3567c6bad2 100644 --- a/relay-dynamic-config/src/defaults.rs +++ b/relay-dynamic-config/src/defaults.rs @@ -905,6 +905,10 @@ pub fn hardcoded_span_metrics() -> Vec<(GroupKey, Vec, Vec