Markus Hintersteiner
Markus Hintersteiner
Potential callbacks which should not crash: via `Sentry` | item | has try/catch | has logging | note | | --- | --- | --- | --- | | `init...
Quick update on this topic, as we recently discussed it. We'll keep on using a `ContentProvider` for now, as it allows us to init the SDK early (potentially capturing app...
Closing this one in favor of https://github.com/getsentry/sentry-java/issues/1828
Let's try to do this in a backward-compatible way.
This is already done for Profiling, as frame metrics are already collected on a frame by frame level. It probably makes sense to refactor the existing `ActivityFramesTracker` and make it's...
It could make sense to re-use the frame-by-frame profiling collector in case there isn't too much of an overhead. (`SentryFramesMetricCollector`)
Here's the relevant github action which already does an APK size diff: https://github.com/getsentry/action-app-sdk-overhead-metrics
After some discussion we're considering to close this in favor of: 1. https://github.com/getsentry/sentry-java/issues/1932 2. Observing for network changes and resend any uncached envelopes (#1926) 3. (Optional) Allow manually triggering this,...
Closing this in favor of https://github.com/getsentry/sentry-java/issues/2920, please upvote the issue to give it more priority!
I had a closer look, there are some options which are related to UI (`enableTimeToFullDisplayTracing`, `mainThreadChecker`, `fullyDisplayedReporter`, ...) but those could be relevant for Desktop as well. There's also `proguardUuid`,...