fixed

RUM update: lux.js v208

We have released v208 of lux.js. This is a bug fix release:

  • User timing marks in SPAs are now measured since the last LUX.init call. Previously they were measured since the beginning of the initial page load, causing user timing values in subsequent pages to be much higher than expected.
  • Fixed a bug where JavaScript page labels only work when the variable is defined before LUX is loaded.
  • Fixed a bug where SPAs that didn't set a page label would always use the initial document.title value as the page label. Now the page label is updated whenever document.title changes.