From 32cd801e0ed6e05e23e44eb6e0071693ef4711d4 Mon Sep 17 00:00:00 2001 From: lcian Date: Fri, 14 Feb 2025 17:16:57 +0100 Subject: [PATCH 1/2] ref(android): rename Apollo 2 to mention version and update callout --- .../android/integrations/{apollo => apollo2}/index.mdx | 6 +++--- .../tracing/instrumentation/{apollo.mdx => apollo2.mdx} | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) rename docs/platforms/android/integrations/{apollo => apollo2}/index.mdx (91%) rename docs/platforms/java/common/tracing/instrumentation/{apollo.mdx => apollo2.mdx} (95%) diff --git a/docs/platforms/android/integrations/apollo/index.mdx b/docs/platforms/android/integrations/apollo2/index.mdx similarity index 91% rename from docs/platforms/android/integrations/apollo/index.mdx rename to docs/platforms/android/integrations/apollo2/index.mdx index 16ce5a748448ac..52c77822a22a05 100644 --- a/docs/platforms/android/integrations/apollo/index.mdx +++ b/docs/platforms/android/integrations/apollo2/index.mdx @@ -1,9 +1,9 @@ --- -title: Apollo +title: Apollo 2 caseStyle: camelCase supportLevel: production sdk: sentry.java.apollo -description: "Learn more about the Sentry Apollo integration for the Android SDK." +description: "Learn more about the Sentry Apollo 2 integration for the Android SDK." categories: - mobile --- @@ -18,7 +18,7 @@ Sentry Apollo integration provides the `SentryApolloInterceptor`, which creates -This integration supports Apollo 2.x. For Apollo 3.x use our Apollo3 integration. +This integration supports Apollo 2.x. For Apollo 3.x use our Apollo 3 integration. For Apollo 4.x use our Apollo 4 integration. diff --git a/docs/platforms/java/common/tracing/instrumentation/apollo.mdx b/docs/platforms/java/common/tracing/instrumentation/apollo2.mdx similarity index 95% rename from docs/platforms/java/common/tracing/instrumentation/apollo.mdx rename to docs/platforms/java/common/tracing/instrumentation/apollo2.mdx index 1e1ea47b6d82f6..1d87d93ccefb0a 100644 --- a/docs/platforms/java/common/tracing/instrumentation/apollo.mdx +++ b/docs/platforms/java/common/tracing/instrumentation/apollo2.mdx @@ -1,5 +1,5 @@ --- -title: Apollo Integration +title: Apollo 2 Integration sidebar_order: 30 sdk: sentry.java.apollo description: "Learn how to capture tracing information of the Apollo GraphQL client." @@ -19,7 +19,7 @@ Sentry Apollo integration provides the `SentryApolloInterceptor`, which creates -This integration supports Apollo 2.x. For Apollo 3.x use our Apollo3 integration. +This integration supports Apollo 2.x. For Apollo 3.x use our Apollo 3 integration. For Apollo 4.x use our Apollo 4 integration. From e6cbbeebdec2096546db7549d4e5d5ab618e49c7 Mon Sep 17 00:00:00 2001 From: lcian Date: Thu, 6 Mar 2025 13:31:27 +0100 Subject: [PATCH 2/2] trigger ci