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 257bcb0 commit 98621d0Copy full SHA for 98621d0
packages/node/src/integrations/tracing/nest.ts
@@ -28,7 +28,7 @@ interface NestJsErrorFilter {
28
interface MinimalNestJsApp {
29
useGlobalFilters: (arg0: NestJsErrorFilter) => void;
30
useGlobalInterceptors: (interceptor: {
31
- intercept: (context: MinimalNestJsExecutionContext, next: { handle: () => void }) => void;
+ intercept: (context: MinimalNestJsExecutionContext, next: { handle: () => any }) => any;
32
}) => void;
33
}
34
0 commit comments