Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Atatus for Node.js

Atatus Node.js 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 API key:

atatus.start({
    licenseKey: "YOUR_LICENSE_KEY",
    appName: "YOUR_APP_NAME"
});

Configuration

Refer our node.js documentation

About

Node.js APM application monitoring and crash reporting

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors