Skip to content

Commit

Permalink
Remove beta label for Apollo 3 GraphQL Client Errors (#7669)
Browse files Browse the repository at this point in the history
  • Loading branch information
kahest authored Aug 18, 2023
1 parent 2fda2a5 commit 66db699
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/platforms/android/configuration/integrations/apollo3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ 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 66db699

@vercel
Copy link

@vercel vercel bot commented on 66db699 Aug 18, 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 – ./

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

Please sign in to comment.