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.
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' });