hapi-newrelic
Hapi plugin that allows to define custom transaction names for routes in New Relic.
Installation
npm install hapi-newrelic
Usage
// CommonJS// const HapiNewRelic = require('hapi-newrelic'); // ES6;; // Registrationserver; // Routeserver;
Testing
Clone the repository and execute:
npm test
Contribute
- Fork it:
git clone https://github.com/softonic/hapi-newrelic.git
- Create your feature branch:
git checkout -b feature/my-new-feature
- Commit your changes:
git commit -am 'Added some feature'
- Check the build:
npm run build
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D