Commit c91c8b4
Fix CI: align syntheticTrace overridesBySpanId/queuedDuration with main
PR #3906 on main intentionally simplified these fields from
`{} as Record<…>` / `undefined as number | undefined` to plain
`undefined` (with a matching test update). The merge resolved the
textual difference silently in favour of the HEAD-side older form,
leaving the test (which came in from main) asserting against a value
that no longer matched the implementation.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 45ca03c commit c91c8b4
1 file changed
Lines changed: 3 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
| 82 | + | |
| 83 | + | |
89 | 84 | | |
90 | 85 | | |
91 | 86 | | |
0 commit comments