1.0.2 • Published 3 years ago

watchman-web v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

watchman

A lightweight performance monitoring error reporting plugin

使用说明

import WatchMan from 'watchman-web'

const watchman = new WatchMan({
  url: 'localhost:3000/report' // 错误上报接口
  interval: 5000  // 上报频率
})

/* 手动上报 */
watchman.send({})
1.0.2

3 years ago

1.0.1

3 years ago

1.0.1-rc9

3 years ago

1.0.1-rc8

3 years ago

1.0.1-rc5

3 years ago

1.0.1-rc4

3 years ago

1.0.1-rc7

3 years ago

1.0.1-rc6

3 years ago

1.0.1-rc1

3 years ago

1.0.1-rc3

3 years ago

1.0.1-rc2

3 years ago

1.0.0-rc1

3 years ago

1.0.0

3 years ago