Skip to content

Commit

Permalink
Remove split-debug-info limitation from readme (#1313)
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto authored Mar 6, 2023
1 parent f96ca24 commit b49bf00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ Please see the instructions [here](https://pub.dev/packages/sentry).

##### Known limitations

- Flutter `split-debug-info` and `obfuscate` flags aren't supported on iOS yet, but only on Android, if this feature is enabled, Dart stack traces are not human readable
- If you enable the `split-debug-info` feature, you must upload the Debug Symbols manually.
- Layout related errors are only caught by [FlutterError.onError](https://api.flutter.dev/flutter/foundation/FlutterError/onError.html) in debug mode. In release mode, they are removed by the Flutter framework. See [Flutter build modes](https://flutter.dev/docs/testing/build-modes).

Expand Down

0 comments on commit b49bf00

Please sign in to comment.