const tracker = require('@middleware.io/node-apm');
tracker.track({
projectName:"Your application name",
serviceName:"Your service name",
})
tracker.error(new Error('your error message'));
tracker.info('your info messaege');
tracker.warn('your warning message');
tracker.debug('your debug message');
This repository was archived by the owner on May 16, 2024. It is now read-only.