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.
isWrapped
@opentelemetry/instrumentation
1 parent fb6ce77 commit 3bcf0b2Copy full SHA for 3bcf0b2
packages/node-core/src/utils/ensureIsWrapped.ts
@@ -1,4 +1,4 @@
1
-import { isWrapped } from '@opentelemetry/core';
+import { isWrapped } from '@opentelemetry/instrumentation';
2
import { consoleSandbox, getClient, getGlobalScope, hasSpansEnabled, isEnabled } from '@sentry/core';
3
import type { NodeClient } from '../sdk/client';
4
import { isCjs } from './commonjs';
0 commit comments