Replies: 1 comment 2 replies
-
Have you tested if those exceptions aren't logged to Sentry? Sentry SDK plugs itself into Python's logging stack and it should log exceptions without extra work on Ariadne's side. |
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
-
I recently got to know that it is a part of GraphQL Spec to eat up any exceptions from inside resolvers and return them as part of errors key in GraphQL result. Is there any way to raise the exception from inside the resolver anyway and log it to Sentry ?
Beta Was this translation helpful? Give feedback.
All reactions