Skip to content

2.0.0

Compare
Choose a tag to compare
@getsentry-bot getsentry-bot released this 17 Apr 10:38

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