Skip to content

Commit 25ad96d

Browse files
smeubankbuenaflor
andauthored
Update docs/platforms/dart/guides/flutter/debug-symbols/index.mdx
Co-authored-by: Giancarlo Buenaflor <[email protected]>
1 parent e098efd commit 25ad96d

File tree

1 file changed

+0
-5
lines changed
  • docs/platforms/dart/guides/flutter/debug-symbols

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ In Dart applications, debug symbols can include:
2222

2323
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.
2424

25-
<Alert>
26-
27-
For Flutter Desktop (Windows/Linux) the `split-debug-info` and `obfuscate` flags are not supported yet. See this [issue](https://github.com/getsentry/sentry-dart/issues/433).
28-
29-
</Alert>
3025

3126
Errors raised from the native layer in Flutter apps also require debug information files:
3227
- Android apps using `proguard` for minification and obfuscation need mapping files

0 commit comments

Comments
 (0)