Replies: 1 comment 2 replies
-
Hello @ptrnk91 you could use our filtering mechanisms I've added something to the Changelog of |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
We use in our project:
We have our own DataFetchingExceptionHandler that catches our domain exceptions like
NotFoundException: RuntimeException()
,PermissionDeniedException: RuntimeException()
etc and throws graphQL errors as a response.After updating sentry-spring-boot-starter-jakarta and sentry-graphql to 6.28.0, we have some nuances with the error log in sentry, and all our domain exceptions are sent to sentry, which is not entirely unexpected for the application.
How can we update sentry to 6.28 and keep the behavior of 6.27?
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions