From a8ff09fcbdaaac13637e62b3a3bd755676617223 Mon Sep 17 00:00:00 2001 From: Nicolas Hrubec Date: Mon, 2 Sep 2024 16:31:46 +0200 Subject: [PATCH] chore(nestjs): Add note about `SentryGlobalGraphQLFilter` in nestjs README (#13554) Forgot to update the 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