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
Improve server side GraphQL support for spring-graphql and Nextflix DGS (#2856)
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.
More exceptions and errors caught and reported to Sentry by also looking at the ExecutionResult (more specifically its errors)
You may want to filter out certain errors, please see docs on filtering
More details for Sentry events: query, variables and response (where possible)
Breadcrumbs for operation (query, mutation, subscription), data fetchers and data loaders (Spring only)
Better hub propagation by using GraphQLContext
Add autoconfigure modules for Spring Boot called sentry-spring-boot and sentry-spring-boot-jakarta (#2880)
The autoconfigure modules sentry-spring-boot and sentry-spring-boot-jakarta have a compileOnly dependency on spring-boot-starter which is needed for our auto installation in sentry-android-gradle-plugin
The starter modules sentry-spring-boot-starter and sentry-spring-boot-starter-jakarta now bring spring-boot-starter as a dependency
You can now disable Sentry by setting the enabled option to false (#2840)