You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/android/integrations/apollo3/index.mdx
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
-
title: Apollo3
2
+
title: Apollo 3
3
3
caseStyle: camelCase
4
4
supportLevel: production
5
5
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."
7
7
categories:
8
8
- mobile
9
9
---
@@ -14,18 +14,16 @@ To be able to capture transactions, you'll need to first <PlatformLink to="/trac
14
14
15
15
</Alert>
16
16
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`.
18
18
19
19
<Alert>
20
20
21
-
This integration supports Apollo 3.x. It does not yet support <Linkto="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 <Linkto="https://github.com/getsentry/sentry-java/issues/3662">related issue</Link>.
21
+
This integration supports Apollo 3.x. For Apollo 4.x use our <PlatformLinkto="/integrations/apollo4/">Apollo 4 integration</PlatformLink>.
Copy file name to clipboardExpand all lines: docs/platforms/java/common/tracing/instrumentation/apollo3.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Apollo3 Integration
2
+
title: Apollo 3 Integration
3
3
sidebar_order: 31
4
4
sdk: sentry.java.apollo-3
5
5
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
15
15
16
16
</Alert>
17
17
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`.
19
19
20
20
<Alert>
21
21
22
-
This integration supports Apollo 3.x. It does not yet support <Linkto="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 <Linkto="https://github.com/getsentry/sentry-java/issues/3662">related issue</Link>.
22
+
This integration supports Apollo 3.x. For Apollo 4.x use our <PlatformLinkto="/tracing/instrumentation/apollo4">Apollo 4 integration</PlatformLink>.
0 commit comments