-
Notifications
You must be signed in to change notification settings - Fork 551
Capture GraphQL client errors #2243
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
Conversation
c124789
to
e18f9b5
Compare
Open question: should this be opt-in and hidden behind a client option? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing Work @sentrivana !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥 lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
now the right checkbox selected :-)
This reverts commit 5199d54.
Inspect requests done with our HTTP client integrations (
stdlib
,httpx
,aiohttp
), identify GraphQL requests, and capture a specialized error event if the response from the server contains a non-emptyerrors
array.Closes #2198