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 7f03d62 commit 5ff5379Copy full SHA for 5ff5379
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