Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 954 Bytes

DEVELOPING.md

File metadata and controls

48 lines (31 loc) · 954 Bytes

Community Project header

New Relic Html5 Tracker

New Relic video tracking for Html5 Player.

Requirements

This video monitor solutions works on top of New Relic's Browser Agent.

Build

Install dependencies:

$ npm install

And build:

$ npm run build:dev

Or if you need a production build:

$ npm run build

Usage

Load scripts inside dist folder into your page.

<script src="../dist/newrelic-video-html5.min.js"></script>
nrvideo.Core.addTracker(new nrvideo.Html5Tracker(player));

Release

  • 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.