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.