Skip to content

Commit 69c12cc

Browse files
committed
add warning for dart dSYM support
1 parent 30eccfa commit 69c12cc

File tree

1 file changed

+6
-0
lines changed
  • docs/platforms/dart/common/debug-symbols

1 file changed

+6
-0
lines changed

docs/platforms/dart/common/debug-symbols/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ sidebar_order: 3
66

77
Debug symbols are essential for understanding stack traces in your Dart application when errors occur. Without debug symbols, stack traces from minified or obfuscated code can be difficult or impossible to interpret.
88

9+
<Alert level="warning">
10+
11+
Sentry currently doesn't support uploading debug symbols for pure Dart applications. Please see the [Flutter debug symbols documentation](/platforms/dart/guides/flutter/debug-symbols/) for Flutter applications. This feature is being tracked in our GitHub Issue: [sentry-dart/#1508](https://github.com/getsentry/sentry-dart/issues/1508).
12+
13+
</Alert>
14+
915
## What Are Debug Symbols?
1016

1117
Debug symbols provide the necessary information to convert program addresses back to function names, source file names, and line numbers. When you build a Dart application, especially with obfuscation or optimization enabled, this information is typically removed from the main application bundle to reduce size.

0 commit comments

Comments
 (0)