Leonardo Serrano
Leonardo Serrano
Contained are three new ImDrawList functions that closely mimic the existing AddEllipse/PathArcTo functions: - ImDrawList::**PathEllipticalArcTo**(const ImVec2& center, float radius_x, float radius_y, float rotation, float a_min, float a_max, int num_segments =...
Thanks to the new **OpenTelemetryRumInitializer** it's now super easy to initialize OpenTelemetryRum with all the opinionated configs. But it would be nice if there was a true zero code solution...
fixes #1143 ## What is this change? This PR adds instrumentation to track the initial draw time of Android activities. A new `FirstDraw` span is created as a child of...
fixes #1142 ## What is this change? This PR implements a new SpanProcessor (`CpuAttributesSpanAppender`) that appends the following attributes to spans: - `process.cpu.avg_utilization` - The relative, average CPU utilization for...
Current spans and events don't provide enough context to tell you, for example, why an AppStart or activity Created / Resumed span is taking a long time. Currently the only...
It would be nice to have signals on how long it takes for Activities (and Fragments?) to become interactive for the user. The [Android vitals](https://developer.android.com/topic/performance/vitals/launch-time#time-full) documentation specs out two vitals:...