frontendmonitor
v0.0.1
Published
Monitor front-end page-related performance data and error logs.
Downloads
2
Readme
frontendmonitor
Monitor front-end page-related performance data and error logs.
How to use ?
Install
$ npm install frontmonitor
Your project
var monitor = require('frontmonitor');
monitor({
infoUrl: 'http://localhost:1234/api/log',//Collect the performance data interface [required]
errorUrl: 'http://localhost:1234/api/error'//Collect the error log interface [required]
});