sentry-java icon indicating copy to clipboard operation
sentry-java copied to clipboard

Allow custom instrumentation to collect slow and frozen frames

Open marandaneto opened this issue 3 years ago • 0 comments

Description

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.

Related issue https://github.com/getsentry/sentry-java/issues/2101

marandaneto avatar May 20 '22 07:05 marandaneto