New Relic video tracking for Html5 Player.
This video monitor solutions works on top of New Relic's Browser Agent.
Install dependencies:
$ npm install
And build:
$ npm run build:dev
Or if you need a production build:
$ npm run build
Load scripts inside dist
folder into your page.
<script src="../dist/newrelic-video-html5.min.js"></script>
nrvideo.Core.addTracker(new nrvideo.Html5Tracker(player));
- Create a PR.
- Once approved, Update the package version according to the semver rules.
- Update the CHANGELOG in the repo (all web repos have a changelog file).
- Create a github tag with the version.