Commit 3bd6f1f
authored
feat(outcomes): Add 'ignored' reason to client discard reasons list (#7635)
Adds a new discard reason `'ignored'` to the list of allowed reasons.
The intention is to use this new reason to primarily surface when spans
were ignored via the `ignoreSpans` deny list (an SDK option).
The naming choice is general on purpose to in the future also use this reason
with other telemetry type deny lists (e.g. ignoreErrors).1 parent f52dac7 commit 3bd6f1f
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
0 commit comments