Skip to content

Releases: getsentry/sentry-dart-plugin

2.2.0

18 Nov 13:56
Compare
Choose a tag to compare

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

2.1.0

18 Jun 15:38
Compare
Choose a tag to compare

Features

  • Add support for build files folder parameter (#235)
  • Support SENTRYCLI_CDNURL env (#230)
  • Add sentry_cli_version parameter (#243)

Fixes

  • Revert sentry-cli to v2.27.0 (#241)

2.0.0

17 Apr 10:38
Compare
Choose a tag to compare

Breaking Changes

  • Update env/config release and dist behaviour (#217)
    • Default release: automatically constructs the release identifier from pubspec.yaml using the format: name@version.
      If a build number is included in the version, it is utilized as dist.
    • Custom release can be specified via an environment variable or plugin configuration. Once set, it is used as is without further modification.
    • Custom dist can also be set via environment variables or plugin configuration. It replaces or adds to the build number in the default release.
    • Environment variables: SENTRY_RELEASE and SENTRY_DIST environment variables take precedence over plugin config values.

Features

  • Custom dist overrides version build number (#216)
  • Add option to provide alternative binary directory (#214)
  • Support configuration arguments via --sentry-define (#198)
  • Provide path to local sentry-cli (#224)

Dependencies

1.7.1

16 Feb 13:22
Compare
Choose a tag to compare

Fixes

  • Updated the process dependency range to >=4.2.4 <6.0.0 (#202).
    • This update resolves a version conflict issue when using the integration_test package with Flutter version 3.19.0

1.7.0

05 Feb 10:53
Compare
Choose a tag to compare

Features

  • Support reading config from sentry.properties file (#191)

Dependencies

1.6.3

08 Nov 15:30
Compare
Choose a tag to compare

Fixes

  • Fixes org auth tokens with no URL not supported by bumping CLI to v2.21.2 (#169)

Dependencies

1.6.2

26 Sep 14:50
Compare
Choose a tag to compare

Dependencies

1.6.0

07 Sep 11:07
Compare
Choose a tag to compare

Dependencies

1.5.0

20 Jul 10:00
Compare
Choose a tag to compare

Fixes

  • Support custom dist and release has precedence over the pubspec's name (#139)

Dependencies

1.4.0

19 Jun 12:41
Compare
Choose a tag to compare

Enhancements

  • Replace upload-dif to debug-files upload (#127)

Dependencies