Skip to content

Commit 4e91097

Browse files
committed
biome...
1 parent ee5bc8d commit 4e91097

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

packages/opentelemetry/src/asyncContextStrategy.ts

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
import * as api from '@opentelemetry/api';
2-
import {
3-
getCurrentHubShim,
4-
getDefaultCurrentScope,
5-
getDefaultIsolationScope,
6-
setAsyncContextStrategy,
7-
} from '@sentry/core';
2+
import { getDefaultCurrentScope, getDefaultIsolationScope, setAsyncContextStrategy } from '@sentry/core';
83
import type { withActiveSpan as defaultWithActiveSpan } from '@sentry/core';
9-
import type { Hub, Scope } from '@sentry/types';
4+
import type { Scope } from '@sentry/types';
105

116
import {
127
SENTRY_FORK_ISOLATION_SCOPE_CONTEXT_KEY,

0 commit comments

Comments
 (0)