Commit 051830a
committed
fix: address second round of BugBot feedback
- Restore null fallback for span_id in formatSpanSimple: span.span_id ?? ''
(defensive against runtime undefined from normalizeTraceSpan edge cases)
- Unexport SPAN_TABLE_COLUMNS — only used internally by formatSpanTable,
no external consumers1 parent 995573a commit 051830a
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1117 | 1117 | | |
1118 | 1118 | | |
1119 | 1119 | | |
1120 | | - | |
| 1120 | + | |
1121 | 1121 | | |
1122 | 1122 | | |
1123 | 1123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
416 | 416 | | |
417 | 417 | | |
418 | 418 | | |
419 | | - | |
| 419 | + | |
420 | 420 | | |
421 | 421 | | |
422 | 422 | | |
| |||
0 commit comments