Platform:
IDE:
Build system:
Android Gradle Plugin:
Sentry Android Gradle Plugin:
Proguard/R8: both cases
- [ X] Enabled
- [ X] Disabled
sentry-android installed with:
The version of sentry-android:
2.1.2
I have the following issue:
When android app is built with sentry sdk it takes around 10 seconds to load the app.
from Logcat :
- Without sentry sdk => ActivityManager: Displayed com.machinezone.gow/com.mz.jix.MainActivity: +492ms
- with Sentry SDK => I/ActivityManager: Displayed com.machinezone.gow/com.mz.jix.MainActivity: +9s696ms
Displayed => This value represents the amount of time elapsed between launching the process and finishing drawing the corresponding activity on the screen
The issue is specially worse with Asset build on Android.
Steps to reproduce:
Just do an Asset build on android with sentry SDK and launch the app. After that observe approx 10 seconds of black screen before Application finally starts. Sentry SDK inclusion in built is causing significant app startup delay
Actual result:
App startup is significantly delayed.
Expected result:
App startup time should be same as app without Sentry SDK