sentry-dart-plugin icon indicating copy to clipboard operation
sentry-dart-plugin copied to clipboard

sentry_dart_plugin default release version

Open ekuleshov opened this issue 7 months ago • 6 comments

Environment

sentry_dart_plugin: 2.1.0

Steps to Reproduce

  1. run flutter packages pub run sentry_dart_plugin
  2. 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).

ekuleshov avatar Jul 20 '24 13:07 ekuleshov