Skip to content

Commit 0e913c7

Browse files
committed
fix linting
1 parent f29c58a commit 0e913c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/tracing/trace.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { getDynamicSamplingContextFromSpan } from './dynamicSamplingContext';
2121
import { SentryNonRecordingSpan } from './sentryNonRecordingSpan';
2222
import type { SentrySpan } from './sentrySpan';
2323
import { SPAN_STATUS_ERROR } from './spanstatus';
24-
import { getActiveSpan, setCapturedScopesOnSpan } from './utils';
24+
import { setCapturedScopesOnSpan } from './utils';
2525

2626
/**
2727
* Wraps a function with a transaction/span and finishes the span after the function is done.

0 commit comments

Comments
 (0)