diff --git a/static/app/components/replays/configureMobileReplayCard.tsx b/static/app/components/replays/configureMobileReplayCard.tsx index b4b43a6f84cbe9..dad1c73ff2104e 100644 --- a/static/app/components/replays/configureMobileReplayCard.tsx +++ b/static/app/components/replays/configureMobileReplayCard.tsx @@ -16,7 +16,7 @@ function getPath(sdkName: string | null | undefined) { case 'sentry.java.android': return 'android'; // https://docs.sentry.io/platforms/android/session-replay/ case 'sentry.dart.flutter': - return 'flutter'; // https://docs.sentry.io/platforms/flutter/session-replay/ + return 'dart/guides/flutter'; // https://docs.sentry.io/platforms/dart/guides/flutter/session-replay/ case 'npm:@sentry/react-native': case 'sentry.cocoa.react-native': case 'sentry.javascript.react-native': diff --git a/static/app/data/platforms.tsx b/static/app/data/platforms.tsx index 6aa1d3103640be..35bd8aee8d4c79 100644 --- a/static/app/data/platforms.tsx +++ b/static/app/data/platforms.tsx @@ -156,7 +156,7 @@ export const platforms: PlatformIntegration[] = [ name: 'Flutter', type: 'framework', language: 'flutter', - link: 'https://docs.sentry.io/platforms/flutter/', + link: 'https://docs.sentry.io/platforms/dart/guides/flutter/', }, { id: 'go', diff --git a/static/app/gettingStartedDocs/flutter/flutter.tsx b/static/app/gettingStartedDocs/flutter/flutter.tsx index 1a2438fe772ff0..0a7c3ecf194955 100644 --- a/static/app/gettingStartedDocs/flutter/flutter.tsx +++ b/static/app/gettingStartedDocs/flutter/flutter.tsx @@ -164,7 +164,7 @@ const onboarding: OnboardingConfig = { 'Add Sentry automatically to your app with the [wizardLink:Sentry wizard] (call this inside your project directory).', { wizardLink: ( - + ), } ), @@ -327,7 +327,7 @@ const onboarding: OnboardingConfig = { 'To learn more about the API and automatic instrumentations, check out the [perfDocs: tracing documentation].', { perfDocs: ( - + ), } ), @@ -343,14 +343,14 @@ const onboarding: OnboardingConfig = { description: t( 'We offer a range of methods to provide Sentry with debug symbols so that you can see symbolicated stack traces and find the cause of your errors faster.' ), - link: 'https://docs.sentry.io/platforms/flutter/upload-debug/', + link: 'https://docs.sentry.io/platforms/dart/guides/flutter/upload-debug/', }, { name: t('Distributed Tracing'), description: t( 'Connect all your services by configuring your endpoints in the Sentry init.' ), - link: 'https://docs.sentry.io/platforms/flutter/tracing/trace-propagation/limiting-trace-propagation/', + link: 'https://docs.sentry.io/platforms/dart/guides/flutter/tracing/trace-propagation/limiting-trace-propagation/', }, { name: t('Connect your Git Repo'), @@ -403,7 +403,7 @@ const replayOnboarding: OnboardingConfig = { { type: StepType.CONFIGURE, description: getReplayMobileConfigureDescription({ - link: 'https://docs.sentry.io/platforms/flutter/session-replay/#privacy', + link: 'https://docs.sentry.io/platforms/dart/guides/flutter/session-replay/#privacy', }), configurations: [ {