@@ -164,7 +164,7 @@ const onboarding: OnboardingConfig<PlatformOptions> = {
164
164
'Add Sentry automatically to your app with the [wizardLink:Sentry wizard] (call this inside your project directory).' ,
165
165
{
166
166
wizardLink : (
167
- < ExternalLink href = "https://docs.sentry.io/platforms/flutter/#install" />
167
+ < ExternalLink href = "https://docs.sentry.io/platforms/dart/guides/ flutter/#install" />
168
168
) ,
169
169
}
170
170
) ,
@@ -327,7 +327,7 @@ const onboarding: OnboardingConfig<PlatformOptions> = {
327
327
'To learn more about the API and automatic instrumentations, check out the [perfDocs: tracing documentation].' ,
328
328
{
329
329
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/" />
331
331
) ,
332
332
}
333
333
) ,
@@ -343,14 +343,14 @@ const onboarding: OnboardingConfig<PlatformOptions> = {
343
343
description : t (
344
344
'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.'
345
345
) ,
346
- link : 'https://docs.sentry.io/platforms/flutter/upload-debug/' ,
346
+ link : 'https://docs.sentry.io/platforms/dart/guides/ flutter/upload-debug/' ,
347
347
} ,
348
348
{
349
349
name : t ( 'Distributed Tracing' ) ,
350
350
description : t (
351
351
'Connect all your services by configuring your endpoints in the Sentry init.'
352
352
) ,
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/' ,
354
354
} ,
355
355
{
356
356
name : t ( 'Connect your Git Repo' ) ,
@@ -403,7 +403,7 @@ const replayOnboarding: OnboardingConfig<PlatformOptions> = {
403
403
{
404
404
type : StepType . CONFIGURE ,
405
405
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' ,
407
407
} ) ,
408
408
configurations : [
409
409
{
0 commit comments