A Nuxt.js module to easily add NewRelic APM data to your project.
Note: This module only collects data from the Node.js server. For browser monitoring, you will need to add the Nuxt.js infrastructure agent, see instructions here.
- A NewRelic account and license key.
- Add
drunomics/nuxtjs-newrelic
dependency to your Nuxt.js project
npm install drunomics/nuxtjs-newrelic
- Add
@drunomics/nuxtjs-newrelic
to the modules section of nuxt.config.js
{
modules: [
'@drunomics/nuxtjs-newrelic'
]
}
- Add the required variables to your .env:
NEW_RELIC_LICENSE_KEY=your_newrelic_license
NEW_RELIC_APP_NAME=Default
To disable config and use only vars:
NEW_RELIC_NO_CONFIG_FILE=true
- NewRelic Node.js agent documentation:
- List of all dotenv variables:
Development sponsored by drunomics [email protected]