sentry-dart-plugin
sentry-dart-plugin copied to clipboard
sentry_dart_plugin default release version
Environment
sentry_dart_plugin: 2.1.0
Steps to Reproduce
- run
flutter packages pub run sentry_dart_plugin
- observe release uploaded to the Sentry web UI
Expected Result
The plugin docs says the release is constructed from the pubspec, so I'd expect release look like buildName+buildNumber
.
My Sentry initialization sets release at runtime to buildName+buildNumber
(matching with pubspec as it should be) and because of that uploaded symbols are not linked/not used with issues and I have two sets of releases shown in Sentry web UI.
Actual Result
The release is shown as buildName (buildNumber)
.