Commit bd15745
authored
Skip some errors from being sent to telemetry (#8003)
## Summary of changes
Skips a few errors that are `Ignored` in Error Tracking and shouldn't
really be sent to telemetry as we can't act on them.
## Reason for change
Nothing we can really do about these.
## Implementation details
Marked as `ErrorSkipTelemetry`
## Test coverage
N/A
## Other details
<!-- Fixes #{issue} -->
I guess one thing we do lose here is whether we _want_ to see how often
these happen?
<!-- 1 parent 291ef8e commit bd15745
File tree
3 files changed
+3
-3
lines changed- tracer/src/Datadog.Trace
- Ci/Coverage/Util
- Configuration
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments