File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
platform-includes/getting-started-use Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ export class YourCatchAllExceptionFilter implements ExceptionFilter {
5151}
5252```
5353
54- In case you do not have a global catch-all exception filter, add the ` SentryGlobalFilter ` to the providers of your main
54+ In case you do not have a global catch-all exception filter, add the ` SentryGlobalGenericFilter ` to the providers of your main
5555module. This filter will report all unhandled errors to Sentry that are not caught by any other error filter.
56- ** Important:** The ` SentryGlobalFilter ` needs to be registered before any other exception filters.
56+ ** Important:** The ` SentryGlobalGenericFilter ` needs to be registered before any other exception filters.
5757
5858``` javascript {filename: app.module.ts} {3, 9}
5959import { Module } from ' @nestjs/common' ;
You can’t perform that action at this time.
0 commit comments