Adapter to monitor NodeJS web servers.
Install the adapter with npm i --save @logowl/adapter-nodejs or yarn add @logowl/adapter-nodejs.
Require the adapter at the top of your server and pass the configuration to the init function.
const logowl = require('@logowl/adapter-nodejs');
logowl.init({ ticket: '2ATNP1AD70' });Visit our documentation for more.