diff --git a/docs/platforms/dart/common/debug-symbols/index.mdx b/docs/platforms/dart/common/debug-symbols/index.mdx index 28a2f005d9e5a..e1d73407d0573 100644 --- a/docs/platforms/dart/common/debug-symbols/index.mdx +++ b/docs/platforms/dart/common/debug-symbols/index.mdx @@ -1,7 +1,7 @@ --- title: Debug Symbols -sidebar_order: 3 -sidebar_section: features +sidebar_order: 50 +sidebar_section: configuration --- Sentry currently does not support symbolication or debug symbol uploads for pure Dart applications. diff --git a/docs/platforms/dart/guides/flutter/debug-symbols/index.mdx b/docs/platforms/dart/guides/flutter/debug-symbols/index.mdx index a5c47aadb4af8..17208cd7a045b 100644 --- a/docs/platforms/dart/guides/flutter/debug-symbols/index.mdx +++ b/docs/platforms/dart/guides/flutter/debug-symbols/index.mdx @@ -1,8 +1,8 @@ --- title: Debug Symbols description: "Learn about uploading debug symbols to enable symbolication of stack traces in your Flutter applications." -sidebar_order: 3 -sidebar_section: features +sidebar_order: 50 +sidebar_section: configuration --- Debug symbols are essential for understanding stack traces in your Flutter application when errors occur. Without debug symbols, stack traces from minified or obfuscated code can be difficult or impossible to interpret.