diff --git a/docs/platforms/android/integrations/apollo3/index.mdx b/docs/platforms/android/integrations/apollo3/index.mdx index 20a1798a3b1c2..07092588a5efa 100644 --- a/docs/platforms/android/integrations/apollo3/index.mdx +++ b/docs/platforms/android/integrations/apollo3/index.mdx @@ -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 --- @@ -14,18 +14,16 @@ To be able to capture transactions, you'll need to first Apollo4. If you're using Apollo4 and are interested in an integration for it, please track and upvote the related issue. +This integration supports Apollo 3.x. For Apollo 4.x use our Apollo 4 integration. ## Install -To install Apollo3: - ```groovy {tabTitle:Gradle} implementation 'io.sentry:sentry-apollo-3:{{@inject packages.version('sentry.java.apollo-3', '6.1.4') }}' ``` diff --git a/docs/platforms/java/common/tracing/instrumentation/apollo3.mdx b/docs/platforms/java/common/tracing/instrumentation/apollo3.mdx index 706d99e101077..6140ed32eace5 100644 --- a/docs/platforms/java/common/tracing/instrumentation/apollo3.mdx +++ b/docs/platforms/java/common/tracing/instrumentation/apollo3.mdx @@ -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." @@ -15,17 +15,17 @@ To be able to capture transactions, you'll need to first Apollo4. If you're using Apollo4 and are interested in an integration for it, please track and upvote the related issue. +This integration supports Apollo 3.x. For Apollo 4.x use our Apollo 4 integration. ## Install -To install Apollo3: +Install the Apollo 3 integration: ```xml {tabTitle:Maven}