We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SentryGlobalGraphQLFilter
1 parent 83864fa commit a8ff09fCopy full SHA for a8ff09f
packages/nestjs/README.md
@@ -109,6 +109,8 @@ import { SentryGlobalFilter } from '@sentry/nestjs/setup';
109
export class AppModule {}
110
```
111
112
+**Note:** In NestJS + GraphQL applications replace the `SentryGlobalFilter` with the `SentryGlobalGraphQLFilter`.
113
+
114
## SentryTraced
115
116
Use the `@SentryTraced()` decorator to gain additional performance insights for any function within your NestJS
0 commit comments