Collect and send compose metrics
Problem Statement
Collect compose metrics and display them nicely in the Sentry UI to provide actionable insights for our users - highlight which composable functions they can optimize and so on.
Solution Brainstorm
Use provided metrics from the Compose compiler plugin https://github.com/JetBrains/kotlin/blob/master/plugins/compose/design/compiler-metrics.md and send them via sentry-cli as part of the Gradle build to Sentry.
https://chris.banes.dev/composable-metrics/ for more detailed info
@romtsn the links seem to direct elsewhere or be dead now, can we update what the metrics you mentioned are? Are they performance metrics from runtime? build time?
it sounds interesting, but this issue seems kinda stale without the info
sounds like it might be more of. mobile insghts topic
This is more of a topic for the new initiative of pre-production monitoring, so we are making it Blocked for now until we have an idea how we can integrate it into the new product.