rookout
v0.144.0
Published
Rook is a package for on the fly debugging and data extraction for applications in production
Downloads
41,462
Readme
Node Rookout
Rookout is a Node.js package that supports on the fly debugging and data extraction from Node.js applications in production.
Note: For the time being, NodeRook only supports protobuf 3.11, because in later versions the code is generated for browsers.
Installation:
npm install --save rookout
Setup:
const rookout = require('rookout');
rookout.start({
token: '[Your Rookout Token]'
});
For more info see Rookout's docs