We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 661a11b commit 499a58eCopy full SHA for 499a58e
packages/core/test/lib/tracing/trace.test.ts
@@ -2078,7 +2078,7 @@ describe('continueTrace', () => {
2078
baggage: sentryBaggage,
2079
},
2080
() => {
2081
- startSpan({ name: 'inner' }, (span) => {
+ startSpan({ name: 'inner' }, span => {
2082
const innerSpanJson = spanToJSON(span);
2083
const innerTraceId = innerSpanJson.trace_id;
2084
const innerParentSpanId = innerSpanJson.parent_span_id;
0 commit comments