Skip to content

Commit acbb11a

Browse files
committed
add filename
1 parent 495e594 commit acbb11a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform-includes/getting-started-use/javascript.nestjs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ In case you do not have a global catch-all exception filter, add the `SentryGlob
5555
module. This filter will report all unhandled errors to Sentry that are not caught by any other error filter.
5656
**Important:** The `SentryGlobalFilter` needs to be registered before any other exception filters.
5757

58-
```javascript {3, 9}
58+
```javascript {filename: app.module.ts} {3, 9}
5959
import { Module } from '@nestjs/common';
6060
import { APP_FILTER } from '@nestjs/core';
6161
import { SentryGlobalFilter } from '@sentry/nestjs/setup';

0 commit comments

Comments
 (0)