@wings-j/monitor-web
TypeScript icon, indicating that this package has built-in type declarations

0.0.0 • Public • Published

monitor-web

Web monitor for exceptions, requests and analysis.

Features

  • Supervise web exceptions.
  • Supervise web request with XMLHttpRequest and fetch.
  • Analyze web performance by Web Vitals.
  • Send log to server.

Install

npm install @wings-j/monitor-web

Usage

import { initiate } from '@wings-j/monitor-web'

const monitor = initiate('http://localhost:5500', {}) // The argument is the log server address and options.

Options

The second argument of the initiate function is an object includes:

Name Type Description
application string Application Name
headers Object Headers of log request to server
meta Object or Function Extra data

Readme

Keywords

none

Package Sidebar

Install

npm i @wings-j/monitor-web

Weekly Downloads

1

Version

0.0.0

License

MIT

Unpacked Size

76.8 kB

Total Files

12

Last publish

Collaborators

  • wings-j