Helix RUM Enhancer
Add advanced functionality to Helix RUM Collection (client-side)
Status
![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)
Usage
This library is meant to be used in conjunction with and loaded by the sampleRUM
function found in Helix Project Boilerplate or Helix RUM JS.
It will add following new checkpoints:
cwv
: Core Web Vitals Collectionclick
: A click anywhere in the documentviewblock
: A Helix block has been scrolled into the viewportviewmedia
: An image or video hosted by Helix Media Bus has been scrolled into the viewportenter
: when page loads and the referrer is different than the current page.
Development
Build
$ npm install
Test
$ npm test
Lint
$ npm run lint