Skip to content

Commit e0b0a14

Browse files
author
Luca Forstner
committed
Remove
1 parent bdf0330 commit e0b0a14

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,6 @@ import { SentryGlobalFilter } from "@sentry/nestjs/setup";
7272
export class AppModule {}
7373
```
7474

75-
{/* TODO(v9): Remove this note. */}
76-
77-
**Note:** If you have a NestJS + GraphQL application and you are using the `@sentry/nestjs` SDK version `8.38.0` or earlier, replace the `SentryGlobalFilter` with the `SentryGlobalGraphQLFilter`.
78-
In SDK versions `8.39.0` and above, the `SentryGlobalFilter` will handle GraphQL contexts automatically.
79-
8075
By default, exceptions with status code 4xx are not sent to Sentry. If you still want to capture these exceptions, you can do so manually with `Sentry.captureException()`:
8176

8277
```javascript {9}

0 commit comments

Comments
 (0)