We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f12ca32 commit dee24eaCopy full SHA for dee24ea
packages/core/src/tracing/sentrySpan.ts
@@ -25,9 +25,9 @@ import {
25
SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN,
26
SEMANTIC_ATTRIBUTE_SENTRY_SOURCE,
27
} from '../semanticAttributes';
28
-import { generateSpanId, generateTraceId } from '../utils-hoist/propagationContext';
29
import { logger } from '../utils-hoist/logger';
30
import { dropUndefinedKeys } from '../utils-hoist/object';
+import { generateSpanId, generateTraceId } from '../utils-hoist/propagationContext';
31
import { timestampInSeconds } from '../utils-hoist/time';
32
import {
33
TRACE_FLAG_NONE,
0 commit comments