Closed as duplicate of#13675
Description
Problem Statement
https://developer.mozilla.org/en-US/docs/Web/API/PerformanceElementTiming
The PerformanceElementTiming interface contains render timing information for image and text node elements the developer annotated with an
elementtiming
attribute for observation.The aim of the Element Timing API is to give web developers or analytics tools the ability to measure rendering timestamps of critical elements on a page.
The API supports timing information on the following elements:
Solution Brainstorm
We should hook this and create spans. It only impacts elements annotated with the elementtiming
attribute!