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 f29c58a commit 0e913c7Copy full SHA for 0e913c7
packages/core/src/tracing/trace.ts
@@ -21,7 +21,7 @@ import { getDynamicSamplingContextFromSpan } from './dynamicSamplingContext';
21
import { SentryNonRecordingSpan } from './sentryNonRecordingSpan';
22
import type { SentrySpan } from './sentrySpan';
23
import { SPAN_STATUS_ERROR } from './spanstatus';
24
-import { getActiveSpan, setCapturedScopesOnSpan } from './utils';
+import { setCapturedScopesOnSpan } from './utils';
25
26
/**
27
* Wraps a function with a transaction/span and finishes the span after the function is done.
0 commit comments