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 92b7b43 commit 5922598Copy full SHA for 5922598
packages/nestjs/src/setup.ts
@@ -20,9 +20,9 @@ import {
20
logger,
21
spanToJSON,
22
} from '@sentry/core';
23
+import type { ExpressRequest, FastifyRequest } from '@sentry/node';
24
import type { Observable } from 'rxjs';
25
import { isExpectedError } from './helpers';
-import type { FastifyRequest, ExpressRequest } from '@sentry/node';
26
27
/**
28
* Note: We cannot use @ syntax to add the decorators, so we add them directly below the classes as function wrappers.
0 commit comments