Skip to content

jribeiro/gitbook-plugin-new-relic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

New Relic integration for your gitbook

You can use install it via NPM:

$ npm install gitbook-plugin-new-relic

And use it for your book with in the book.json:

{
    "plugins": ["new-relic"]
}

You can set the New Relic licenseKey and applicationID using the plugins configuration in the book.json:

{
    "plugins": ["new-relic"],
    "pluginsConfig": {
        "newRelic": {
            "licenseKey": "XXXX"
            "applicationID": "XXXX"
        }
    }
}

About

Integrates new relic into gitbook

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published