JSPM

  • Created
  • Published
  • Downloads 1058
  • Score
    100M100P100Q107100F

Atatus APM agent for Node.js

Package Exports

  • atatus-nodejs
  • atatus-nodejs/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (atatus-nodejs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Atatus Node.js APM Agent

Atatus Node.js APM agent allows you to monitor your Node.js application performance and captures errors in real-time.

Create a free account to start monitoring your Node.js apps.

Installation & Setup

Install atatus-nodejs using npm:

npm install --save atatus-nodejs

Require atatus-nodejs in your node.js app:

var atatus = require("atatus-nodejs");

Start the Atatus agent with your License key and app name:

atatus.start({ licenseKey: "YOUR_APM_LICENSE_KEY", appName: 'Node.js Backend' });

Documentation