sentry-java
sentry-java copied to clipboard
Add support for performance tracking Jetpack Compose re-composition and re-render
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