You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently well-known span attributes may be set to `""`, but custom
attributes (which end up in the `other` field) are removed if their
value is empty.
To be consistent in itself and with [open
telemetry](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/common/README.md#attribute),
we should allow empty non-null values.
Apply this change also to `event.contexts.trace.data` because it is
supposed to be consistent with `span.data`.
Copy file name to clipboardexpand all lines: CHANGELOG.md
+5
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,11 @@
7
7
- Allow profile chunks without release. ([#4155](https://github.com/getsentry/relay/pull/4155))
8
8
- Add validation for timestamps sent from the future. ([#4163](https://github.com/getsentry/relay/pull/4163))
9
9
10
+
11
+
**Features:**
12
+
13
+
- Retain empty string values in `span.data` and `event.contexts.trace.data`. ([#4174](https://github.com/getsentry/relay/pull/4174))
14
+
10
15
**Internal:**
11
16
12
17
- Add a metric that counts span volume in the root project for dynamic sampling (`c:spans/count_per_root_project@none`). ([#4134](https://github.com/getsentry/relay/pull/4134))
0 commit comments