Skip to content

Commit 0f34a0c

Browse files
authored
Link to docs for GraphQL changes in Changelog (#2898)
1 parent fed00d3 commit 0f34a0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- Improve server side GraphQL support for spring-graphql and Nextflix DGS ([#2856](https://github.com/getsentry/sentry-java/pull/2856))
1616
- If you have already been using `SentryDataFetcherExceptionHandler` that still works but has been deprecated. Please use `SentryGenericDataFetcherExceptionHandler` combined with `SentryInstrumentation` instead for better error reporting.
1717
- More exceptions and errors caught and reported to Sentry by also looking at the `ExecutionResult` (more specifically its `errors`)
18+
- You may want to filter out certain errors, please see [docs on filtering](https://docs.sentry.io/platforms/java/configuration/filtering/)
1819
- More details for Sentry events: query, variables and response (where possible)
1920
- Breadcrumbs for operation (query, mutation, subscription), data fetchers and data loaders (Spring only)
2021
- Better hub propagation by using `GraphQLContext`

0 commit comments

Comments
 (0)