jonasbark
jonasbark
You'll have to provide more information on the issues you're facing.
Please provide a minimal project where this is reproducible
You'll have to provide more information than that. What exactly did you / the user do? What are you using? Payment Sheet?
yes, there are merge conflicts and I'd prefer the progress to be a stream
I'm also having this issue, making Shorebird useless for macOS App Store distribution :( Here's the relevant part of the build pipeline: https://github.com/jonasbark/swiftcontrol/blob/main/.github/workflows/build.yml#L105 https://github.com/jonasbark/swiftcontrol/blob/main/.github/workflows/build.yml#L188 I can test workarounds if available.
Also confirmed here. To reproduce: 1. create a new Flutter Web project 2. add sentry_dart_plugin: 2.4.1 to dev_dependencies 3. add to pubspec.yaml: ``` sentry: upload_debug_symbols: true upload_source_maps: true upload_sources: true...
Thanks, I had another look and it works now after adjusting `options.release = '1.0.0+3'` to `options.release = '[email protected]+3'` Sorry for the wrong alarm
FWIW, the same exact procedure does not work on our self-hosted sentry instance. I updated it the sentry instance to 25.4.0. Hosted:  Self-Hosted:  Keeping my hopes up with...
Yes, they are, and it looks identical as well. Hosted:  Self-Hosted:  All I did was adjusting the auth_token, url and project in pubspec.yaml and the dsn accordingly in...