@nuxtjs/newrelic

New Relic module for Nuxt.js

Features

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.

Setup

  • 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 the modules section of nuxt.config.js
{
  modules: [
    '@nuxtjs/newrelic',
  ]
}