Skip to content

Commit d1d5d7b

Browse files
authored
ref(android): rename Apollo3 to 'Apollo 3' and update callout (#12731)
* ref(android): rename Apollo3 to 'Apollo 3' and update callout
1 parent 97cfbe7 commit d1d5d7b

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

docs/platforms/android/integrations/apollo3/index.mdx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Apollo3
2+
title: Apollo 3
33
caseStyle: camelCase
44
supportLevel: production
55
sdk: sentry.java.apollo-3
6-
description: "Learn more about the Sentry Apollo3 integration for the Android SDK."
6+
description: "Learn more about the Sentry Apollo 3 integration for the Android SDK."
77
categories:
88
- mobile
99
---
@@ -14,18 +14,16 @@ To be able to capture transactions, you'll need to first <PlatformLink to="/trac
1414

1515
</Alert>
1616

17-
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`.
17+
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`.
1818

1919
<Alert>
2020

21-
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>.
21+
This integration supports Apollo 3.x. For Apollo 4.x use our <PlatformLink to="/integrations/apollo4/">Apollo 4 integration</PlatformLink>.
2222

2323
</Alert>
2424

2525
## Install
2626

27-
To install Apollo3:
28-
2927
```groovy {tabTitle:Gradle}
3028
implementation 'io.sentry:sentry-apollo-3:{{@inject packages.version('sentry.java.apollo-3', '6.1.4') }}'
3129
```

docs/platforms/java/common/tracing/instrumentation/apollo3.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Apollo3 Integration
2+
title: Apollo 3 Integration
33
sidebar_order: 31
44
sdk: sentry.java.apollo-3
55
description: "Learn how to capture tracing information of the Apollo GraphQL client."
@@ -15,17 +15,17 @@ To be able to capture transactions, you'll need to first <PlatformLink to="/trac
1515

1616
</Alert>
1717

18-
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`.
18+
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`.
1919

2020
<Alert>
2121

22-
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>.
22+
This integration supports Apollo 3.x. For Apollo 4.x use our <PlatformLink to="/tracing/instrumentation/apollo4">Apollo 4 integration</PlatformLink>.
2323

2424
</Alert>
2525

2626
## Install
2727

28-
To install Apollo3:
28+
Install the Apollo 3 integration:
2929

3030
```xml {tabTitle:Maven}
3131
<dependency>

0 commit comments

Comments
 (0)