v2.27.0
Changed
- Page timings are now gathered by default from PerformanceNavigationTiming instead of PerformanceTiming when available. This was done because the PerformanceTiming API has been deprecated.
- Now defaults to using the PerformanceObserver object to trigger RUM. This ensures it occurs after the page is fully loaded and all timing objects are populated
Fixed
- Fixed bug that could stop captureMissingRequests from being set.
- Fixed potential access to PerformanceTiming API in browsers where it has been deprecated
Full Changelog: v2.26.3...v2.27.0