Skip to content

Commit 08b9690

Browse files
committed
Update
1 parent e67917a commit 08b9690

File tree

2 files changed

+28
-26
lines changed

2 files changed

+28
-26
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
### Features
66

77
- 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.
8+
- Enables symbolication of Flutter issue titles for obfuscated builds.
9+
- Supported: Android and iOS
10+
- Not supported (yet): macOS, Linux and Windows.
911
- 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`
1012
- Configure the plugin: Set `dart_symbol_map_path: build/mapping.json`
1113
- Important: `dart_symbol_map_path` must point directly to the mapping file (absolute or relative path), not a directory.

0 commit comments

Comments
 (0)