diff --git a/packages/nestjs/README.md b/packages/nestjs/README.md index 95611c9a7370..0cdb832a75f6 100644 --- a/packages/nestjs/README.md +++ b/packages/nestjs/README.md @@ -109,6 +109,8 @@ import { SentryGlobalFilter } from '@sentry/nestjs/setup'; export class AppModule {} ``` +**Note:** In NestJS + GraphQL applications replace the `SentryGlobalFilter` with the `SentryGlobalGraphQLFilter`. + ## SentryTraced Use the `@SentryTraced()` decorator to gain additional performance insights for any function within your NestJS