Skip to content

Commit 469ce6c

Browse files
committed
fix circular dep check
1 parent 7aadd1c commit 469ce6c

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
@@ -7,7 +7,7 @@ import {
77
SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN,
88
SEMANTIC_ATTRIBUTE_SENTRY_SOURCE,
99
} from '../semanticAttributes';
10-
import { getCapturedScopesOnSpan } from '../tracing';
10+
import { getCapturedScopesOnSpan } from '../tracing/utils';
1111
import type { SentrySpan } from '../tracing/sentrySpan';
1212
import { SPAN_STATUS_OK, SPAN_STATUS_UNSET } from '../tracing/spanstatus';
1313
import type {

0 commit comments

Comments
 (0)