Views

View events represent navigations to different parts of your frontend application. This includes page loads and transitions within a single page application.

A view event holds attributes such as the Page URL and also includes rich statistics including Web Vitals such as First Contentful Paint (FCP), Largest Contentful Paint (LCP), Interaction to Next Paint (INP) as well as timing statistics such as DOM Interactive and DOM Content Loaded.

All user interactions (Action events), resource loads (Resource events), and other RUM event such as Error and Long Task events occur in the context of an active view and view events maintain aggregate statistics across these child events.