jonasbark

Results 147 comments of 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: ![Image](https://github.com/user-attachments/assets/60f8efbd-e018-4cc3-ac17-ddd4d7f37305) Self-Hosted: ![Image](https://github.com/user-attachments/assets/48bbc59b-b1f1-4a09-8e92-0a29c7ff248e) Keeping my hopes up with...

Yes, they are, and it looks identical as well. Hosted: ![Image](https://github.com/user-attachments/assets/133e44e7-545b-4587-ba7e-b0cfa47e81f6) Self-Hosted: ![Image](https://github.com/user-attachments/assets/cda856c2-5f9e-4317-8778-6e80fb767459) All I did was adjusting the auth_token, url and project in pubspec.yaml and the dsn accordingly in...