captain-morgan
v0.1.0
Published
Real User Monitoring (RUM) data collector
Downloads
5
Readme
Captain Morgan
Real User Monitoring (RUM) data collector
Usage
import { monitor } from 'captain-morgan';
const reporter = (report) => console.log('captains log', report);
monitor(reporter);
A reporter
is called with report
events. These can then be transported as desired (collated into POST
s, websocket writes, etc).