Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions docs/platforms/android/integrations/apollo3/index.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Apollo3
title: Apollo 3
caseStyle: camelCase
supportLevel: production
sdk: sentry.java.apollo-3
description: "Learn more about the Sentry Apollo3 integration for the Android SDK."
description: "Learn more about the Sentry Apollo 3 integration for the Android SDK."
categories:
- mobile
---
Expand All @@ -14,18 +14,16 @@ To be able to capture transactions, you'll need to first <PlatformLink to="/trac

</Alert>

Sentry's Apollo3 integration provides both the `SentryApollo3Interceptor` and the `SentryApollo3HttpInterceptor`, which create a span for each outgoing HTTP request executed with an [Apollo Kotlin](https://github.com/apollographql/apollo-kotlin) GraphQL client. The integration also provides extension functions on the `ApolloClient.Builder`.
Sentry's Apollo 3 integration provides both the `SentryApollo3Interceptor` and the `SentryApollo3HttpInterceptor`, which create a span for each outgoing HTTP request executed with an [Apollo Kotlin](https://github.com/apollographql/apollo-kotlin) GraphQL client. The integration also provides extension functions on the `ApolloClient.Builder`.

<Alert>

This integration supports Apollo 3.x. It does not yet support <Link to="https://github.com/apollographql/apollo-kotlin/releases/tag/v4.0.0">Apollo4</Link>. If you're using Apollo4 and are interested in an integration for it, please track and upvote the <Link to="https://github.com/getsentry/sentry-java/issues/3662">related issue</Link>.
This integration supports Apollo 3.x. For Apollo 4.x use our <PlatformLink to="/integrations/apollo4/">Apollo 4 integration</PlatformLink>.

</Alert>

## Install

To install Apollo3:

```groovy {tabTitle:Gradle}
implementation 'io.sentry:sentry-apollo-3:{{@inject packages.version('sentry.java.apollo-3', '6.1.4') }}'
```
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Apollo3 Integration
title: Apollo 3 Integration
sidebar_order: 31
sdk: sentry.java.apollo-3
description: "Learn how to capture tracing information of the Apollo GraphQL client."
Expand All @@ -15,17 +15,17 @@ To be able to capture transactions, you'll need to first <PlatformLink to="/trac

</Alert>

Sentry's Apollo3 integration provides both the `SentryApollo3Interceptor` and the `SentryApollo3HttpInterceptor`, which create a span for each outgoing HTTP request executed with an [Apollo Kotlin](https://github.com/apollographql/apollo-kotlin) GraphQL client. The integration also provides extension functions on the `ApolloClient.Builder`.
Sentry's Apollo 3 integration provides both the `SentryApollo3Interceptor` and the `SentryApollo3HttpInterceptor`, which create a span for each outgoing HTTP request executed with an [Apollo Kotlin](https://github.com/apollographql/apollo-kotlin) GraphQL client. The integration also provides extension functions on the `ApolloClient.Builder`.

<Alert>

This integration supports Apollo 3.x. It does not yet support <Link to="https://github.com/apollographql/apollo-kotlin/releases/tag/v4.0.0">Apollo4</Link>. If you're using Apollo4 and are interested in an integration for it, please track and upvote the <Link to="https://github.com/getsentry/sentry-java/issues/3662">related issue</Link>.
This integration supports Apollo 3.x. For Apollo 4.x use our <PlatformLink to="/tracing/instrumentation/apollo4">Apollo 4 integration</PlatformLink>.

</Alert>

## Install

To install Apollo3:
Install the Apollo 3 integration:

```xml {tabTitle:Maven}
<dependency>
Expand Down