@ctyun-fe/fe-monitor

1.1.1 • Public • Published

@ctyun-fe/fe-monitor

天翼云应用性能监控(apm)-前端监控 web SDK

自动收集 web 性能指标,js 异常,api 请求

安装

npm i @ctyun-fe/fe-monitor --save

使用

import FeMonitor from '@ctyun-fe/fe-monitor';
FeMonitor.singleton(
  {
    appId: '应用id',
    appType: 'web',
    reportHost: '', // 上报地址
    environment: 'dev|test|pre|grey|prod', // 环境
    release: 'x.x.x', // 应用版本号
    enableSPA: true,
    useFmp: true,
    enableConsole: true,
  }
)

Dependencies (4)

Dev Dependencies (5)

Package Sidebar

Install

npm i @ctyun-fe/fe-monitor

Weekly Downloads

133

Version

1.1.1

License

ISC

Unpacked Size

119 kB

Total Files

5

Last publish

Collaborators

  • leinad59
  • mansonchor.zzw