Node Rookout
Rookout is a Node.js package that supports on the fly debugging and data extraction from Node.js applications in production.
Installation:
npm install --save rookout
Setup:
const rookout = require('rookout');
rookout.start({
token: '[Your Rookout Token]'
});
For more info see Rookout's docs