Skip to content

2.2.0

Latest
Compare
Choose a tag to compare
@getsentry-bot getsentry-bot released this 18 Nov 13:56

Changes

  • Upload debug symbols for known release build paths and the configured symbols_path (#277)
    Previously, all debug symbols recognized by Sentry CLI were uploaded (starting in the current directory by default).
    Now, the plugin checks the paths where flutter build outputs debug symbols for release builds and only uploads those.

Features

  • Add urlPrefix to sentry configuration (#253)

Fixes

  • Only upload .dart files with upload-sourcemaps when upload_sources is enabled (#247)
    • Enable upload_sources to opt in to Flutter web source context

Dependencies