newrelic-experimental / newrelic-node-nuxt

Instrumentation for node Nuxt module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New Relic Experimental header

[New Relic module for Nuxt.js]

The module enables Nuxt.Js instrumentation for New Relic.

Installation

  • 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',
  ]
}

Support

New Relic has open-sourced this project. This project is provided AS-IS WITHOUT WARRANTY OR DEDICATED SUPPORT. Issues and contributions should be reported to the project here on GitHub.

[Choose 1 of the 2 options below for Support details, and remove the other one.]

[Option 1 - no specific thread in Community] We encourage you to bring your experiences and questions to the Explorers Hub where our community members collaborate on solutions and new ideas.

[Option 2 - thread in Community] New Relic hosts and moderates an online forum where customers can interact with New Relic employees as well as other customers to get help and share best practices. Like all official New Relic open source projects, there's a related Community topic in the New Relic Explorers Hub. You can find this project's topic/threads here: [URL for Community thread]

Contributing

We encourage your contributions to improve [Project Name]! Keep in mind when you submit your pull request, you'll need to sign the CLA via the click-through using CLA-Assistant. You only have to sign the CLA one time per project. If you have any questions, or to execute our corporate CLA, required if your contribution is on behalf of a company, please drop us an email at opensource@newrelic.com.

A note about vulnerabilities

As noted in our security policy, New Relic is committed to the privacy and security of our customers and their data. We believe that providing coordinated disclosure by security researchers and engaging with the security community are important means to achieve our security goals.

If you believe you have found a security vulnerability in this project or any of New Relic's products or websites, we welcome and greatly appreciate you reporting it to New Relic through HackerOne.

License

[New Relic module for Nuxt.js] is licensed under the Apache 2.0 License.

New Relic module for Nuxt.js also uses source code from third-party libraries. You can find full details on which libraries are used and the terms under which they are licensed in the third-party notices document.

About

Instrumentation for node Nuxt module

License:Apache License 2.0


Languages

Language:JavaScript 100.0%