Skip to content

Releases: holidayextras/barometer

v1.4.1

15 Feb 17:00
Compare
Choose a tag to compare

We now catch any XHR property access errors that occur in certain situations.

v1.4.0

30 Aug 08:39
Compare
Choose a tag to compare

Notable Changes

  • When gathering resource metrics, we can now give the target asset a more generic name to strip git revisions from file paths.

v1.2.0

12 Aug 07:47
Compare
Choose a tag to compare

Notable Changes

  • Fix issue with Safari's window.performance.timing object not supporting .toJSON().
  • Split up the metric namespace to store domain and path separately.

v1.1.0

11 Aug 08:33
Compare
Choose a tag to compare

Notable Changes

  • Configurable page resource metrics.
  • Page engagement metric.
  • Use navigator.sendBeacon where available to flush metrics as users leave the page.
  • Transport buffer flushes when users mouse leaves the DOM, or when command keys are pressed.
  • Lowercase metric text for XHR states.
  • Expose onPageChanged and oncePageLoaded features.