Skip to content

Commit dee24ea

Browse files
committed
fix linting
1 parent f12ca32 commit dee24ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/tracing/sentrySpan.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ import {
2525
SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN,
2626
SEMANTIC_ATTRIBUTE_SENTRY_SOURCE,
2727
} from '../semanticAttributes';
28-
import { generateSpanId, generateTraceId } from '../utils-hoist/propagationContext';
2928
import { logger } from '../utils-hoist/logger';
3029
import { dropUndefinedKeys } from '../utils-hoist/object';
30+
import { generateSpanId, generateTraceId } from '../utils-hoist/propagationContext';
3131
import { timestampInSeconds } from '../utils-hoist/time';
3232
import {
3333
TRACE_FLAG_NONE,

0 commit comments

Comments
 (0)