1.0.6 • Published 4 years ago

monitoring-lib v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Monitoring

A performance monitoring library that can be included in any web page to collect information about the page rendering performance, network requests, and responses. It will provide an overview of that page with general statistics about things like what is slow and what is fast.

How to use

To use the library, copy the code below, replace yourAppId by the ID provided in the dashboard Register in the dashboard to get an Id for your app

Download the library

Or

npm install --save 'monitoring-lib'

import Monitoring from 'monitoring-lib' 

const monitoring = new Monitoring(yourAppId); 
monitoring.use(); 
1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago