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 f35d3f2 commit 62b5493Copy full SHA for 62b5493
packages/core/src/utils/spanUtils.ts
@@ -17,7 +17,7 @@ import type { SpanStatus } from '../types-hoist/spanStatus';
17
import { addNonEnumerableProperty } from '../utils/object';
18
import { generateSpanId } from '../utils/propagationContext';
19
import { timestampInSeconds } from '../utils/time';
20
-import { generateSentryTraceHeader, generateTraceParentHeader } from '../utils/tracing';
+import { generateSentryTraceHeader } from '../utils/tracing';
21
import { consoleSandbox } from './debug-logger';
22
import { _getSpanForScope } from './spanOnScope';
23
0 commit comments