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 092f466 commit 4ae0640Copy full SHA for 4ae0640
packages/opentelemetry/src/index.ts
@@ -6,9 +6,7 @@ export type { OpenTelemetryClient } from './types';
6
export { wrapClientClass } from './custom/client';
7
8
export { getSpanKind } from './utils/getSpanKind';
9
-export {
10
- getSpanScopes,
11
-} from './utils/spanData';
+export { getSpanScopes } from './utils/spanData';
12
13
export { getScopesFromContext } from './utils/contextData';
14
0 commit comments