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 deda12c commit c59ba63Copy full SHA for c59ba63
packages/nestjs/src/integrations/sentry-nest-instrumentation.ts
@@ -1,9 +1,9 @@
1
-import { isWrapped } from '@opentelemetry/core';
2
import type { InstrumentationConfig } from '@opentelemetry/instrumentation';
3
import {
4
InstrumentationBase,
5
InstrumentationNodeModuleDefinition,
6
InstrumentationNodeModuleFile,
+ isWrapped,
7
} from '@opentelemetry/instrumentation';
8
import type { Span } from '@sentry/core';
9
0 commit comments