generated from honeycombio/.github
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Description
Long animation frame support already exists in the library, but currently includeTimingsAsSpans is set to false. Because of that, long animation frames are not being emitted.
To be able to track and analyze long animation frames in our observability tooling, we need includeTimingsAsSpans to be set to true (or at least provide a configuration option to enable it).
Why this matters
Long animation frames are key to identifying UX jank and UI thread blocking issues, especially on animation-heavy pages. Without these spans, we miss critical performance insights and cannot trace UI performance issues end-to-end.
Requested change:
- Enable includeTimingsAsSpans by default or
- Introduce a config flag to allow enabling it manually
Line 557 in 3b9d014
| inpOpts: InpVitalOpts = { includeTimingsAsSpans: false }, |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels