Skip to content

Commit

Permalink
Set GraphQL Client errors as beta (#7194)
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto authored Jun 16, 2023
1 parent 4839925 commit 2ef4c5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/platforms/android/configuration/integrations/apollo3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ val apollo = ApolloClient.builder()

## GraphQL Client Errors

<Include name="feature-stage-beta.mdx" />

Once enabled, this feature will automatically capture GraphQL client errors such as bad operations and response codes, and report them to Sentry as error events. Each error event will contain the `request` and `response` data, including the `url`, `status_code`, and `data` (stringified `query`).

Sentry will group GraphQL client errors by the `operationName`, `operationType`, and `statusCode`, so that you can easily see the number of errors that happened for each.
Expand Down

1 comment on commit 2ef4c5a

@vercel
Copy link

@vercel vercel bot commented on 2ef4c5a Jun 16, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

sentry-docs – ./

sentry-docs.sentry.dev
docs.sentry.io
sentry-docs-git-master.sentry.dev

Please sign in to comment.