Skip to content

Commit 3bcf0b2

Browse files
committed
Export isWrapped from @opentelemetry/instrumentation to ensure v1/v2 interop
1 parent fb6ce77 commit 3bcf0b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node-core/src/utils/ensureIsWrapped.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { isWrapped } from '@opentelemetry/core';
1+
import { isWrapped } from '@opentelemetry/instrumentation';
22
import { consoleSandbox, getClient, getGlobalScope, hasSpansEnabled, isEnabled } from '@sentry/core';
33
import type { NodeClient } from '../sdk/client';
44
import { isCjs } from './commonjs';

0 commit comments

Comments
 (0)