Monitor, troubleshoot, and optimize Node.js app performance with Atatus. No code changes required in your app. Start seeing hidden Node.js errors in minutes.
npm install --save atatus-nodejs
Require atatus in your Node app and invoke start with your API key. It should be the first line of your server code.
var atatus = require("atatus-nodejs");
atatus.start({
licenseKey: "YOUR_LICENSE_KEY",
appName: "YOUR_APP_NAME"
});
Replace the YOUR_LICENSE_KEY and YOUR_APP_NAME.
Just restart your Node.js app. That's it! You've sent your first event.
Try it free. No credit card required. Instant set-up.
Best APM Monitoring tool
— S Herman Kiefus, DevOps Admin, Compass
Atatus captures all requests to your Node.js applications without requiring you to change your source code. Get a clear picture of how all your methods, database statements and external requests are affecting your user's experience.
Try Atatus's features free for 14 days. No credit card required. Instant set-up.