Markus Hintersteiner
Markus Hintersteiner
Let's check which level of detail can be read out
Update: Yes, we could retrieve some more granular settings, e.g. ```` Settings.Global.ALWAYS_FINISH_ACTIVITIES, Settings.Global.AIRPLANE_MODE_ON, Settings.Global.ADB_ENABLED, Settings.Global.DEVELOPMENT_SETTINGS_ENABLED, Settings.Global.DATA_ROAMING ````
This should have been fixed for AGP 7.4+, but apparently (https://github.com/getsentry/sentry-dart/releases/tag/8.5.0) AGP 7.4.2 is being used here - let's investigate into this again.
Ideally we can just restore the breadcrumbs on app-start
Closing as dup of https://github.com/getsentry/sentry-java/issues/3956 and https://github.com/getsentry/sentry-java/issues/2056
@buenaflor Yes, this looks like an ANR issue occurring on app start and our Android SDK `7.15.0` includes a few improvement in that regard!
@zxx7x thanks for reporting! Can you reproduce this issue locally on your device? If so, could you share the log output of the SDK (can be enabled via `SentryOptions.setDebug(true)`)?
@zxx7x did you have any time to look into this? Are you using a self-hosted version of Sentry?
@zxx7x any updates on this?
Hey @viacheslav-e, I'm still wondering if using frame-pointer enabled builds would be an option for you. As mentioned elsewhere unwind tables add ~3MB to your builds, any chance you could...