@@ -164,7 +164,7 @@ const onboarding: OnboardingConfig<PlatformOptions> = {
164164 'Add Sentry automatically to your app with the [wizardLink:Sentry wizard] (call this inside your project directory).' ,
165165 {
166166 wizardLink : (
167- < ExternalLink href = "https://docs.sentry.io/platforms/flutter/#install" />
167+ < ExternalLink href = "https://docs.sentry.io/platforms/dart/guides/ flutter/#install" />
168168 ) ,
169169 }
170170 ) ,
@@ -327,7 +327,7 @@ const onboarding: OnboardingConfig<PlatformOptions> = {
327327 'To learn more about the API and automatic instrumentations, check out the [perfDocs: tracing documentation].' ,
328328 {
329329 perfDocs : (
330- < ExternalLink href = "https://docs.sentry.io/platforms/flutter/tracing/instrumentation/" />
330+ < ExternalLink href = "https://docs.sentry.io/platforms/dart/guides/ flutter/tracing/instrumentation/" />
331331 ) ,
332332 }
333333 ) ,
@@ -343,14 +343,14 @@ const onboarding: OnboardingConfig<PlatformOptions> = {
343343 description : t (
344344 '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.'
345345 ) ,
346- link : 'https://docs.sentry.io/platforms/flutter/upload-debug/' ,
346+ link : 'https://docs.sentry.io/platforms/dart/guides/ flutter/upload-debug/' ,
347347 } ,
348348 {
349349 name : t ( 'Distributed Tracing' ) ,
350350 description : t (
351351 'Connect all your services by configuring your endpoints in the Sentry init.'
352352 ) ,
353- link : 'https://docs.sentry.io/platforms/flutter/tracing/trace-propagation/limiting-trace-propagation/' ,
353+ link : 'https://docs.sentry.io/platforms/dart/guides/ flutter/tracing/trace-propagation/limiting-trace-propagation/' ,
354354 } ,
355355 {
356356 name : t ( 'Connect your Git Repo' ) ,
@@ -403,7 +403,7 @@ const replayOnboarding: OnboardingConfig<PlatformOptions> = {
403403 {
404404 type : StepType . CONFIGURE ,
405405 description : getReplayMobileConfigureDescription ( {
406- link : 'https://docs.sentry.io/platforms/flutter/session-replay/#privacy' ,
406+ link : 'https://docs.sentry.io/platforms/dart/guides/ flutter/session-replay/#privacy' ,
407407 } ) ,
408408 configurations : [
409409 {
0 commit comments