We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e67917a commit 08b9690Copy full SHA for 08b9690
CHANGELOG.md
@@ -5,7 +5,9 @@
5
### Features
6
7
- Upload Dart symbol mapping file ([#347](https://github.com/getsentry/sentry-dart-plugin/pull/347))
8
- - What it does: Enables symbolication of Flutter issue titles for obfuscated Android, iOS, and macOS builds. Linux and Windows are not supported yet.
+ - Enables symbolication of Flutter issue titles for obfuscated builds.
9
+ - Supported: Android and iOS
10
+ - Not supported (yet): macOS, Linux and Windows.
11
- Generate the mapping file: Add `--extra-gen-snapshot-options=--save-obfuscation-map=<path>` when building. Example: `flutter build apk --obfuscate --split-debug-info=build/symbols --extra-gen-snapshot-options=--save-obfuscation-map=build/mapping.json`
12
- Configure the plugin: Set `dart_symbol_map_path: build/mapping.json`
13
- Important: `dart_symbol_map_path` must point directly to the mapping file (absolute or relative path), not a directory.
0 commit comments