Skip to content

v306

Compare
Choose a tag to compare
@josephwynn-sc josephwynn-sc released this 30 Mar 05:02
· 263 commits to main since this release
v306

New features

Improvements

  • Custom data is now only sent when it has been updated. This reduces beacon size and prevents unnecessary beacons from being sent.

Bug fixes

  • Calling LUX.init() will now reset FID. Previously FID was only recorded for the first SPA page view.
  • Element timing values in SPA pages are now relative to the most recent LUX.init call rather than relative to navigationStart.
  • Fixed a bug where pages with many user timing entries did not have their path or domain recorded.
  • Largest Contentful Paint is now measured as the time since activationStart, not navigationStart. This means LCP will be correctly recorded as zero for prerendered pages.