Skip to content

Commit 8e6ac12

Browse files
committed
Replace all the old urls and redirects
1 parent 633ddba commit 8e6ac12

40 files changed

+74
-74
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# /src/wizard/android/ @getsentry/team-mobile-core
1313
# /src/platforms/apple/ @getsentry/team-mobile-core
1414
# /src/wizard/apple/ @getsentry/team-mobile-core
15-
# /src/platforms/flutter/ @getsentry/team-mobile-cross-platform
15+
# /src/platforms/dart/guides/flutter/ @getsentry/team-mobile-cross-platform
1616
# /src/wizard/flutter/ @getsentry/team-mobile-cross-platform
1717
# /src/platforms/dart/ @getsentry/team-mobile-cross-platform
1818
# /src/wizard/dart/ @getsentry/team-mobile-cross-platform

docs/platforms/dart/configuration/releases.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ After configuring your SDK, you can install a repository integration or manually
6262

6363
<Alert>
6464

65-
Looking for Flutter release health? [See the Flutter documentation](/platforms/flutter/configuration/releases/#release-health).
65+
Looking for Flutter release health? [See the Flutter documentation](/platforms/dart/guides/flutter/configuration/releases/#release-health).
6666

6767
</Alert>
6868

docs/platforms/dart/guides/flutter/configuration/options.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ An optional property that configures which features are in experimental mode. Th
280280

281281
Set this boolean to `false` to disable the auto initialization of the native layer SDK. Doing so means you will need to initialize the native SDK manually. Do not use this to disable the native layer.
282282

283-
You should follow the [guide to native initialization](/platforms/flutter/native-init/) if you chose to use this option.
283+
You should follow the [guide to native initialization](/platforms/dart/guides/flutter/native-init/) if you chose to use this option.
284284

285285
</ConfigKey>
286286

docs/platforms/dart/guides/flutter/configuration/webview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ To monitor errors and performance in web views of Flutter applications, you need
77

88
## Application Monitoring
99

10-
The Sentry Flutter SDK doesn't interact with the mobile application's web views. To monitor errors and performance in the Flutter part of the application follow the [Sentry Flutter SDK setup instructions](/platforms/flutter/).
10+
The Sentry Flutter SDK doesn't interact with the mobile application's web views. To monitor errors and performance in the Flutter part of the application follow the [Sentry Flutter SDK setup instructions](/platforms/dart/guides/flutter/).
1111

1212
## WebView Monitoring
1313

docs/platforms/dart/guides/flutter/data-management/debug-files/source-context/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ See [Creating Source Bundles](/cli/dif/#creating-source-bundles) for more inform
2222

2323
<Alert>
2424

25-
For Flutter Android, iOS, and macOS, follow the instructions in the [Debug Symbols](/platforms/flutter/upload-debug/#uploading-source-code-context-for-flutter-android-ios-and-macos) guide.
25+
For Flutter Android, iOS, and macOS, follow the instructions in the [Debug Symbols](/platforms/dart/guides/flutter/upload-debug/#uploading-source-code-context-for-flutter-android-ios-and-macos) guide.
2626

2727
</Alert>
2828

docs/platforms/dart/guides/flutter/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Future<void> main() async {
7878
// Note: Profiling alpha is available for iOS and macOS since SDK version 7.12.0
7979
options.profilesSampleRate = 1.0;
8080
// Adds request headers and IP for users,
81-
// visit: https://docs.sentry.io/platforms/flutter/data-management/data-collected/ for more info
81+
// visit: https://docs.sentry.io/platforms/dart/guides/flutter/data-management/data-collected/ for more info
8282
options.sendDefaultPii = true;
8383
},
8484
appRunner: () => runApp(

docs/platforms/dart/guides/flutter/integrations/app-start-instrumentation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ While the SDK differentiates between cold and warm starts, it doesn't track hot
3737

3838
Before starting, ensure:
3939

40-
1. The Sentry Flutter SDK is initialized. Learn more [here](/platforms/flutter/#configure)
41-
2. Tracing is set up. Learn more [here](/platforms/flutter/tracing/).
40+
1. The Sentry Flutter SDK is initialized. Learn more [here](/platforms/dart/guides/flutter/#configure)
41+
2. Tracing is set up. Learn more [here](/platforms/dart/guides/flutter/tracing/).
4242

4343
## Configure
4444

docs/platforms/dart/guides/flutter/integrations/asset-bundle-instrumentation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ The instrumentation starts a span from an active transaction that's bound to the
2121

2222
Before starting, ensure:
2323

24-
1. The Sentry Flutter SDK is initialized. Learn more [here](/platforms/flutter/#configure).
25-
2. Tracing is set up. Learn more [here](/platforms/flutter/tracing/).
24+
1. The Sentry Flutter SDK is initialized. Learn more [here](/platforms/dart/guides/flutter/#configure).
25+
2. Tracing is set up. Learn more [here](/platforms/dart/guides/flutter/tracing/).
2626

2727
## Configure
2828

docs/platforms/dart/guides/flutter/integrations/drift-instrumentation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ The created spans will be attached to the transaction on the scope - if no trans
2323

2424
Before starting, ensure:
2525

26-
1. The Sentry Flutter SDK is initialized. Learn more [here](/platforms/flutter/#configure).
27-
2. Tracing is set up. Learn more [here](/platforms/flutter/tracing/).
26+
1. The Sentry Flutter SDK is initialized. Learn more [here](/platforms/dart/guides/flutter/#configure).
27+
2. Tracing is set up. Learn more [here](/platforms/dart/guides/flutter/tracing/).
2828

2929
## Install
3030

docs/platforms/dart/guides/flutter/integrations/hive-instrumentation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ The created spans will be attached to the transaction on the scope - if no trans
2323

2424
Before starting, ensure:
2525

26-
1. The Sentry Flutter SDK is initialized. Learn more [here](/platforms/flutter/#configure).
27-
2. Tracing is set up. Learn more [here](/platforms/flutter/tracing/).
26+
1. The Sentry Flutter SDK is initialized. Learn more [here](/platforms/dart/guides/flutter/#configure).
27+
2. Tracing is set up. Learn more [here](/platforms/dart/guides/flutter/tracing/).
2828

2929
## Install
3030

0 commit comments

Comments
 (0)