From b49bf00106d9589f78f4967539f5d7a99cc1e973 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com> Date: Mon, 6 Mar 2023 10:57:24 +0100 Subject: [PATCH] Remove split-debug-info limitation from readme (#1313) --- flutter/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/flutter/README.md b/flutter/README.md index be88f3c9c3..2de482683c 100644 --- a/flutter/README.md +++ b/flutter/README.md @@ -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).