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
Right now only ui.load transactions add Slow and frozen frames because it depends on using the activityFramesTracker and the Activity instance.
We should add an abstraction that if the user is creating custom instrumentation, they don't have to do that manually, but the SDK itself is able to do so, slow and frozen frames are always attached by default on Android.
Description
Right now only
ui.load
transactions add Slow and frozen frames because it depends on using theactivityFramesTracker
and the Activity instance.We should add an abstraction that if the user is creating custom instrumentation, they don't have to do that manually, but the SDK itself is able to do so, slow and frozen frames are always attached by default on Android.
Related issue #2101
The text was updated successfully, but these errors were encountered: