Skip to content

Commit 62b5493

Browse files
committed
fix import
1 parent f35d3f2 commit 62b5493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/utils/spanUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import type { SpanStatus } from '../types-hoist/spanStatus';
1717
import { addNonEnumerableProperty } from '../utils/object';
1818
import { generateSpanId } from '../utils/propagationContext';
1919
import { timestampInSeconds } from '../utils/time';
20-
import { generateSentryTraceHeader, generateTraceParentHeader } from '../utils/tracing';
20+
import { generateSentryTraceHeader } from '../utils/tracing';
2121
import { consoleSandbox } from './debug-logger';
2222
import { _getSpanForScope } from './spanOnScope';
2323

0 commit comments

Comments
 (0)