Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Graphene GraphQL error integration #2389

Merged
merged 15 commits into from
Oct 2, 2023
Merged

Conversation

sentrivana
Copy link
Contributor

@sentrivana sentrivana commented Sep 22, 2023

Capture GraphQL errors when using Graphene and add more context to them (request data with syntax highlighting, if applicable).

Unlike the Ariadne integration in #2387 this integration doesn't add response data to the event. This is due to Graphene itself not providing any built-in tools for integrating with web frameworks (e.g. ready-made views), so this has to either be done by hand or by using an additional library. All in all, there is no way for us to hook into the request-response process with Graphene alone. If we want to capture responses, this should be done in our web framework integrations. In the spirit of small incremental changes this is not part of this PR.

Example event in Sentry: https://sentry-sdks.sentry.io/issues/4494299621/events/381fdf951b224f1db9a70cda3203f105/

Graphene is one of three integrations for #2257, split from #2381.

@sentrivana sentrivana marked this pull request as ready for review September 25, 2023 10:42
@sentrivana sentrivana marked this pull request as draft September 25, 2023 13:16
@sentrivana sentrivana marked this pull request as ready for review September 25, 2023 13:29
Copy link
Member

@antonpirker antonpirker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks nice!

sentry_sdk/integrations/graphene.py Outdated Show resolved Hide resolved
sentry_sdk/integrations/graphene.py Outdated Show resolved Hide resolved
@sentrivana sentrivana merged commit b357fd5 into master Oct 2, 2023
268 of 269 checks passed
@sentrivana sentrivana deleted the ivana/graphene-integration branch October 2, 2023 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants