New Relic module for Nuxt.js
The module enables Nuxt.Js instrumentation for New Relic.
This plugin expects the Node.js agent newrelic npm package has already been installed in your application.
- Add
@nuxtjs/newrelic
dependency using yarn or npm to your project
npm install newrelic
npm install git+https://github.com/preddy-newrelic/nuxt-newrelic-module.git#1.0.1
- Then, add
@nuxtjs/newrelic
to themodules
section ofnuxt.config.js
{
modules: [
'@nuxtjs/newrelic',
]
}