Commit fa210ad
authored
ref(node): Add
This adds a new attribute to spans that we send from the Node SDK
because their parent span was already sent. This can be used by us or
customers to debug why certain things show up as transactions/root spans
in product. We could possibly also use this in the trace view to give
users helpful pointers.sentry.parent_span_already_sent attribute (#16870)1 parent d23207c commit fa210ad
File tree
2 files changed
+22
-0
lines changed- packages/opentelemetry
- src
- test/integration
2 files changed
+22
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
194 | 202 | | |
195 | 203 | | |
196 | 204 | | |
| |||
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
612 | 612 | | |
613 | 613 | | |
614 | 614 | | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
615 | 629 | | |
616 | 630 | | |
617 | 631 | | |
| |||
0 commit comments