Skip to content

Commit b7a1d75

Browse files
committed
removed
bullet points are repeated below where the links are as well
1 parent 69c12cc commit b7a1d75

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

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

-8
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@ Sentry currently doesn't support uploading debug symbols for pure Dart applicati
1616

1717
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.
1818

19-
In Dart applications, debug symbols can include:
20-
21-
- **For Dart code**: Symbol files generated when using `--split-debug-info` and `--obfuscate` flags
22-
- **For iOS/macOS**: dSYM files
23-
- **For Android**: Proguard/R8 mapping files and symbols files
24-
- **For Flutter Web**: Source maps
25-
- **For Android NDK**: ELF DWARF debug files
26-
2719
## When to Upload Debug Symbols
2820

2921
With default settings, complete stack traces are available in your Dart errors out of the box, unless you use [`split-debug-info`](https://flutter.dev/docs/perf/app-size#reducing-app-size) and [`obfuscate`](https://flutter.dev/docs/deployment/obfuscate) flags. In these cases, you must upload the debug information files generated by the build, so Sentry can show proper stack traces.

docs/platforms/dart/guides/flutter/debug-symbols/index.mdx

-8
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@ Debug symbols are essential for understanding stack traces in your Dart applicat
1010

1111
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.
1212

13-
In Dart applications, debug symbols can include:
14-
15-
- **For Dart code**: Symbol files generated when using `--split-debug-info` and `--obfuscate` flags
16-
- **For iOS/macOS**: dSYM files
17-
- **For Android**: Proguard/R8 mapping files and symbols files
18-
- **For Flutter Web**: Source maps
19-
- **For Android NDK**: ELF DWARF debug files
20-
2113
## When to Upload Debug Symbols
2214

2315
With default settings, complete stack traces are available in your Dart errors out of the box, unless you use [`split-debug-info`](https://flutter.dev/docs/perf/app-size#reducing-app-size) and [`obfuscate`](https://flutter.dev/docs/deployment/obfuscate) flags. In these cases, you must upload the debug information files generated by the build, so Sentry can show proper stack traces.

0 commit comments

Comments
 (0)