Skip to content

Commit 924d3a2

Browse files
authored
Document Dart symbol mapping file feature in changelog (#364)
Added details about uploading Dart symbol mapping file for Flutter issue symbolication. Includes instructions for generating and configuring the mapping file.
1 parent 0465244 commit 924d3a2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Features
6+
7+
- Upload Dart symbol mapping file ([#347](https://github.com/getsentry/sentry-dart-plugin/pull/347))
8+
- 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.
14+
315
## 3.2.0-beta.1
416

517
### Features

0 commit comments

Comments
 (0)