You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an HTTP event with status codes and nested objects for request/response
As a ResourceEvent, which includes full latency breakdown. But no status code or nested object for request/response
There is a gap in RUM's capabilities, however, because (2) can be recorded from the PerformanceAPI cache even if RUM is initialized much later. But (1) can only be recorded at runtime. Instead, RUM should backfill cached PerformanceResourceTiming entries into HttpEvents when HTTP Requests are sent by Fetch, Xhr, and Beacon.