You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to papa we want to not only measure the .onCreate() timings, but rather the whole initialization, including class loading and any static init timings.
This is only available on Android P and above. More docs about AppCompontentFactory can be found here. It's usually registered via AndroidManifest.xml:
Description
Similar to papa we want to not only measure the
.onCreate()
timings, but rather the whole initialization, including class loading and any static init timings.This is only available on Android P and above. More docs about
AppCompontentFactory
can be found here. It's usually registered via AndroidManifest.xml:Things to consider:
SentryAppComponentFactory
factory?The text was updated successfully, but these errors were encountered: