getsentry / sentry-dart-plugin

A Dart Build Plugin that uploads debug symbols for Android, iOS/macOS and source maps for Web to Sentry via sentry-cli
MIT License
68 stars 28 forks source link

Custom `dist` overrides version build number #216

Closed denrase closed 7 months ago

denrase commented 8 months ago

:scroll: Description

When a custom dist is provided, either though pubspec or env variable, it takes precedence over the versions build number.

:bulb: Motivation and Context

Closes #210

:green_heart: How did you test it?

Unit tests

:pencil: Checklist

buenaflor commented 7 months ago

@denrase looks good here if you wanna merge