Markus Hintersteiner

Results 313 comments of Markus Hintersteiner

Let's try to reproduce this issue in a minimal environment (Android 14, as seen in the attached tombstone).

@OlivierGenez > My team has observed an increase in this type of crashes in Sentry/Android vitals with the latest update of our app Is there any configuration change you did...

On Android `DebugImagesLoader` should be caching the debug images, we should do the same in Flutter

The specific issue is occuring because right now the SDK side screen tracking is based on Activities, paired with a timing issue we're facing the issue above. So overall this...

@JRomeroCar thanks for bringing this up! We likely can't get rid of creating the bitmap on the main thread, but at least the image compression should be done on a...

@jffiorillo thanks for creating this PR. For clarification: Could you explain how this is linked to the junit CVE?

@Chog thanks for the detailed write-up! There are definitely a few areas where we can improve, but also a few areas where there's barely any way around causing a StrictMode...

> If I disable NDK, I won't receive any native crashes in Sentry, is that correct? @Chog0 Yes, that's correct, so in your case you should keep using the NDK....

Quick update: We've released `7.15.0` which contains a good set of improvements around ANR and SDK init performance. On top of that we've released an alpha version `7.16.0-alpha.1` which moves...

Another quick update: `7.16.0` is out now, featuring some more improvements around ANRs and SDK init performance.