Skip to content

Add Graphene GraphQL error integration#2389

Merged
sentrivana merged 15 commits intomasterfrom
ivana/graphene-integration
Oct 2, 2023
Merged

Add Graphene GraphQL error integration#2389
sentrivana merged 15 commits intomasterfrom
ivana/graphene-integration

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
Contributor

@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!

@sentrivana sentrivana merged commit b357fd5 into master Oct 2, 2023
@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.

2 participants