From 09a9e1b80966e32bb341bd02d76a10e092dfbc13 Mon Sep 17 00:00:00 2001 From: nicohrubec Date: Mon, 2 Sep 2024 16:19:47 +0200 Subject: [PATCH] Add note about graphql filter in readme --- packages/nestjs/README.md | 2 ++ 1 file changed, 2 insertions(+) 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