-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sentry_dart_plugin default release version #250
Comments
you mean the release set by default through |
That is correct |
@denrase could you have a look pls |
@ekuleshov Could you sahre the code with us where you set |
I'm using the
I would hope so, but uploaded artifacts wasn't linked with the app release. I've hacked it around in pubspec.yaml like this for now, but this shouldn't be required.
|
Thx, i'll try to reproduce this. How exactly are you using |
let us know if this is still an issue |
Environment
sentry_dart_plugin: 2.1.0
Steps to Reproduce
flutter packages pub run sentry_dart_plugin
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)
.The text was updated successfully, but these errors were encountered: