Skip to content

Commit dc4e1b4

Browse files
committed
fix circular dep check
1 parent 80182b5 commit dc4e1b4

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)