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

Add support for performance tracking Jetpack Compose re-composition and re-render

Open markushi opened this issue 2 years ago • 0 comments

Problem Statement

As of now we only measure the initial composition / render time. It would be great to be able to see which @Composable gets re-rendered more often or even contributes to slow / frozen frames due to slow rendering.

Solution Brainstorm

No response

markushi avatar Nov 03 '23 07:11 markushi