From 3d55c970dc7eba2fcd88267e81487e10cd2c08f0 Mon Sep 17 00:00:00 2001 From: lcian Date: Fri, 14 Feb 2025 17:26:57 +0100 Subject: [PATCH 1/2] ref(android): rename Apollo3 to 'Apollo 3' and update callout --- docs/platforms/android/integrations/apollo3/index.mdx | 10 ++++------ .../java/common/tracing/instrumentation/apollo3.mdx | 8 ++++---- 2 files changed, 8 insertions(+), 10 deletions(-) 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} From 27bed881aa27214fb52b94630732d8422672ba20 Mon Sep 17 00:00:00 2001 From: lcian Date: Thu, 6 Mar 2025 13:31:07 +0100 Subject: [PATCH 2/2] trigger ci