gitbook-plugin-new-relic

1.0.1 • Public • Published

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"
        }
    }
}

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i gitbook-plugin-new-relic

      Weekly Downloads

      0

      Version

      1.0.1

      License

      Apache-2.0

      Last publish

      Collaborators

      • jribeiro