Skip to content

Commit

Permalink
chore(nestjs): Add note about SentryGlobalGraphQLFilter in nestjs R…
Browse files Browse the repository at this point in the history
…EADME (#13554)

Forgot to update the README.
  • Loading branch information
nicohrubec committed Sep 2, 2024
1 parent 83864fa commit a8ff09f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/nestjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8ff09f

Please sign in to comment.