atatus-nodejs
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

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

Dependencies (29)

Dev Dependencies (64)

Package Sidebar

Install

npm i atatus-nodejs

Weekly Downloads

6,024

Version

2.0.0

License

none

Unpacked Size

297 kB

Total Files

84

Last publish

Collaborators

  • atatus