Skip to content

v2.27.0

Compare
Choose a tag to compare
@Hamish-taylor Hamish-taylor released this 10 Aug 23:14
· 69 commits to master since this release
15f4b86

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