-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from newrelic/develop
Releasing 3.0.0 to stable version
- Loading branch information
Showing
8 changed files
with
368 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
[](https://opensource.newrelic.com/oss-category/#community-project) | ||
|
||
# New Relic Shaka Tracker | ||
|
||
New Relic video tracking for Shaka 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. | ||
|
||
```html | ||
<script src="../dist/newrelic-video-Shaka.min.js"></script> | ||
``` | ||
|
||
```javascript | ||
nrvideo.Core.addTracker(new nrvideo.ShakaTracker(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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters