Markus Hintersteiner

Results 313 comments of Markus Hintersteiner

Also consider updating the wizard + docs

If we decide to build the widget using Jetpack Compose, we should move it into a separate Gradle module to avoid any dependency issues. Product docs: https://docs.sentry.io/product/user-feedback/ Docs page with...

@bruno-garcia If we build the UI using Jetpack Compose, this should be doable within 2 days, as we can utilize the underlying theming feature and get that part for free....

@vaind thanks for reporting! Let's ensure we fix this for all attributes where we expect `float` values.

After some more discussion both `tracesSampler` and `beforeSendTransaction` should be low effort. Compared to `on_crash` they are not backend-specific and should be straightforward to implement. Implementation detail: Let's keep in...

The Sentry Android Plugin is a Gradle Build Plugin, I hope you're not shipping that within your app 😅 In any case this sounds like something we should have a...

Quick update: `7.16.0` is out now, featuring some more improvements around ANRs and SDK init performance. It won't fix the specific issue above, but a few others which had a...

Closing now, as we shipped many ANR related improvements over the past months. If you're still experiencing issues, don't hold back and open a new issue!

A quick look at this issue confirms that our sentry upload task is not being executed. Right now we wire up the bundle task roughly this way: ```kotlin val bundleTask...

> `publishReleaseBundle` is coming from the plugin, right? Yes, exactly! Which makes this approach a bit more fragile.