Add support for build files folder parameter (#235 )
Support SENTRYCLI_CDNURL env (#230 )
Add sentry_cli_version
parameter (#243 )
Revert sentry-cli to v2.27.0 (#241 )
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.
Custom dist
overrides version build number (#216 )
For instance, if the initial release version is release@1.0.0+1
, specifying a custom dist value of 2 will update the version to release@1.0.0+2
.
Add option to provide alternative binary directory (#214 )
Support configuration arguments via --sentry-define
(#198 )
Provide path to local sentry-cli
(#224 )
Bump CLI from v2.27.0 to v2.31.0 (#219 )
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
Support reading config from sentry.properties file (#191 )
Fixes org auth tokens with no URL not supported by bumping CLI to v2.21.2 (#169 )
Bump CLI from v2.20.6 to v2.21.2 (#169 )
Bumps process from 4.2.4 to 5.0.0.
Bump CLI from v2.19.4 to v2.20.6 (#152 )
Support custom dist
and release
has precedence over the pubspec's name
(#139 )
Bump CLI from v2.19.1 to v2.19.4 (#133 )
Replace upload-dif
to debug-files upload
(#127 )
Bump CLI from v2.17.5 to v2.19.1 (#123 , #130 )
Stream sentry-cli
output (#110 )
Support http
>= v1, system_info2
>= v4, file
>= v7 (#125 )
Bump Dart min to 2.17.0 (#112 )
Add configuration ignore_missing
(#85 )
Bump CLI from v2.12.0 to v2.13.0 (#80 )
Rename configuration include_native_sources
to upload_sources
(#78 )
Rename configuration upload_native_symbols
to upload_debug_symbols
(#78 )
Bump CLI from v2.11.0 to v2.12.0 (#79 )
Bump CLI from v2.7.0 to v2.11.0 (#65 , #67 , #69 , #72 , #74 )
Bump system_info2 to ^3.0.1 (#77 )
Support release commits (#62 )
Add support to load release variable from environment (#40 )
Download Sentry CLI on first run (#49 )
Bump CLI from v2.6.0 to v2.7.0 (#57 )
Early exit when providing lower log level (#31 )
Ability to configure url for on-premise server (#17 )
Log real exitCode, stdout and stdout if available (#13 )
Bump sentry-cli 1.69.1 which includes a fix for Dart debug symbols (#8 )
Add org and project when creating releases (#2 )
Publisher sentry.io
A Dart Build Plugin that uploads symbols for Android, iOS/macOS, and Web to Sentry via sentry-cli.
Homepage Repository (GitHub) View/report issues Contributing
Documentation API reference
License MIT (license )
Dependencies ansicolor , convert , crypto , file , http , injector , process , properties , system_info2 , yaml
More Packages that depend on sentry_dart_plugin