Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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
---
Expand All @@ -18,7 +18,7 @@ Sentry Apollo integration provides the `SentryApolloInterceptor`, which creates

<Alert>

This integration supports Apollo 2.x. For Apollo 3.x use our <PlatformLink to="/integrations/apollo3/">Apollo3 integration</PlatformLink>.
This integration supports Apollo 2.x. For Apollo 3.x use our <PlatformLink to="/integrations/apollo3/">Apollo 3 integration</PlatformLink>. For Apollo 4.x use our <PlatformLink to="/integrations/apollo4/">Apollo 4 integration</PlatformLink>.

</Alert>

Expand Down
Original file line number Diff line number Diff line change
@@ -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."
Expand All @@ -19,7 +19,7 @@ Sentry Apollo integration provides the `SentryApolloInterceptor`, which creates

<Alert>

This integration supports Apollo 2.x. For Apollo 3.x use our <PlatformLink to="/tracing/instrumentation/apollo3">Apollo3 integration</PlatformLink>.
This integration supports Apollo 2.x. For Apollo 3.x use our <PlatformLink to="/tracing/instrumentation/apollo3">Apollo 3 integration</PlatformLink>. For Apollo 4.x use our <PlatformLink to="/tracing/instrumentation/apollo4">Apollo 4 integration</PlatformLink>.

</Alert>

Expand Down
Loading