Skip to content

Commit a8ff09f

Browse files
authored
chore(nestjs): Add note about SentryGlobalGraphQLFilter in nestjs README (#13554)
Forgot to update the README.
1 parent 83864fa commit a8ff09f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/nestjs/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ import { SentryGlobalFilter } from '@sentry/nestjs/setup';
109109
export class AppModule {}
110110
```
111111

112+
**Note:** In NestJS + GraphQL applications replace the `SentryGlobalFilter` with the `SentryGlobalGraphQLFilter`.
113+
112114
## SentryTraced
113115

114116
Use the `@SentryTraced()` decorator to gain additional performance insights for any function within your NestJS

0 commit comments

Comments
 (0)