Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/platforms/dart/common/debug-symbols/index.mdx
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions docs/platforms/dart/guides/flutter/debug-symbols/index.mdx
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Loading