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 7aadd1c commit 469ce6cCopy full SHA for 469ce6c
packages/core/src/utils/spanUtils.ts
@@ -7,7 +7,7 @@ import {
7
SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN,
8
SEMANTIC_ATTRIBUTE_SENTRY_SOURCE,
9
} from '../semanticAttributes';
10
-import { getCapturedScopesOnSpan } from '../tracing';
+import { getCapturedScopesOnSpan } from '../tracing/utils';
11
import type { SentrySpan } from '../tracing/sentrySpan';
12
import { SPAN_STATUS_OK, SPAN_STATUS_UNSET } from '../tracing/spanstatus';
13
import type {
0 commit comments