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 495e594 commit acbb11aCopy full SHA for acbb11a
platform-includes/getting-started-use/javascript.nestjs.mdx
@@ -55,7 +55,7 @@ In case you do not have a global catch-all exception filter, add the `SentryGlob
55
module. 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.
57
58
-```javascript {3, 9}
+```javascript {filename: app.module.ts} {3, 9}
59
import { Module } from '@nestjs/common';
60
import { APP_FILTER } from '@nestjs/core';
61
import { SentryGlobalFilter } from '@sentry/nestjs/setup';
0 commit comments