0.0.1 • Published 6 years ago

frontendmonitor v0.0.1

Weekly downloads
28
License
MIT
Repository
github
Last release
6 years ago

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]
});