Skip to content

Enable longAnimationFrame Tracing Support #619

@sandervsurksum

Description

@sandervsurksum

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

inpOpts: InpVitalOpts = { includeTimingsAsSpans: false },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions