Skip to content

Commit 5ff5379

Browse files
committed
Fix nestjs isWrapped import
1 parent 7f03d62 commit 5ff5379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nestjs/src/integrations/sentry-nest-instrumentation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import { isWrapped } from '@opentelemetry/core';
21
import type { InstrumentationConfig } from '@opentelemetry/instrumentation';
32
import {
43
InstrumentationBase,
54
InstrumentationNodeModuleDefinition,
65
InstrumentationNodeModuleFile,
6+
isWrapped,
77
} from '@opentelemetry/instrumentation';
88
import type { Span } from '@sentry/core';
99
import {

0 commit comments

Comments
 (0)