You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -72,7 +72,10 @@ import { SentryGlobalFilter } from '@sentry/nestjs/setup';
72
72
exportclassAppModule {}
73
73
```
74
74
75
-
**Note:** In NestJS + GraphQL applications replace the `SentryGlobalFilter` with the `SentryGlobalGraphQLFilter`.
75
+
{/* TODO(v9): Remove this note. */}
76
+
77
+
**Note:** If you have a NestJS + GraphQL application and you are using the `@sentry/nestjs` SDK version `8.38.0` or earlier, replace the `SentryGlobalFilter` with the `SentryGlobalGraphQLFilter`.
78
+
In SDK versions `8.39.0` and above, the `SentryGlobalFilter` will handle GraphQL contexts automatically.
76
79
77
80
By default, exceptions with status code 4xx are not sent to Sentry. If you still want to capture these exceptions, you can do so manually with `Sentry.captureException()`:
0 commit comments