Skip to content

Commit 3d42ecc

Browse files
authored
Mention obfuscate debug symbols for Flutter (#5644)
1 parent f772a57 commit 3d42ecc

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/platforms/flutter/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If you need help solving issues with Sentry's Flutter SDK, you can read the edge
1010

1111
## Known Limitations
1212

13-
- If you enable the `split-debug-info` feature, you must upload the Debug Symbols manually.
13+
- If you enable the `split-debug-info` and `obfuscate` features, you must upload [debug symbols](/platforms/flutter/upload-debug/).
1414
- Issue titles might be obfuscated as we rely on the `runtimeType`, but they may not be human-readable. See the [Obfuscate Caveat](https://flutter.dev/docs/deployment/obfuscate#caveat).
1515
- 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).
1616
- On Windows, you have to set the version and build number manually, see [this issue on GitHub](https://github.com/flutter/flutter/issues/73652). To do so:

src/platforms/flutter/upload-debug.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ With default settings, complete stack traces are available in your Dart error, o
1212

1313
<Note>
1414

15-
For Flutter iOS `split-debug-info` and `obfuscate` flags are not supported. This is a known tooling limitation, as discussed in [43612](https://github.com/dart-lang/sdk/issues/43612) and [43274](https://github.com/dart-lang/sdk/issues/43274).
16-
1715
For Flutter Desktop (Windows/macOS/Linux) `split-debug-info` and `obfuscate` flags are not supported yet. See this [issue](https://github.com/getsentry/sentry-dart/issues/433).
1816

1917
</Note>

0 commit comments

Comments
 (0)