-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed as duplicate of#13675
Labels
BrowserFeatureImprovementPackage: browserIssues related to the Sentry Browser SDKIssues related to the Sentry Browser SDK
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
elementtimingattribute 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!
Metadata
Metadata
Assignees
Labels
BrowserFeatureImprovementPackage: browserIssues related to the Sentry Browser SDKIssues related to the Sentry Browser SDK