Skip to content

3.2.0

Latest

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 30 Oct 08:12

Features

  • Upload Dart symbol mapping file (#347)
    • Enables symbolication of Flutter issue titles for obfuscated builds.
    • Supported: Android and iOS
    • Not supported (yet): macOS, Linux and Windows.
    • 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
    • Configure the plugin: Set dart_symbol_map_path: build/mapping.json
    • Important: dart_symbol_map_path must point directly to the mapping file (absolute or relative path), not a directory.