Skip to main content

Soft navigations

Soft navigations — experimental

Soft navigations are navigations that do not trigger a full page reload, such as SPA navigations. Defaults to false. With this option enabled, the SDK will track soft navigations and Partial Web vitals metrics such as (TTFB, FCP, LCP, CLS, INP).

** This feature requires enabling the feature flag(#enable-experimental-web-platform-features) in the browser. **

CoralogixRum.init({
// ...
trackSoftNavigations: false,
});
Last updated on
Was this page helpful?