1.1.1 • Published 5 years ago

edith-script v1.1.1

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

Edith 监控平台script

上报前端错误到Edith后台


安装

npm install edith-script -save

使用方式

// entry.js

import Edith from 'edith-script'

Edith.init({
  apiKey: 'apikey', // 用于区分不同项目
  slientDev: true // 开发环境下不上报
})
1.1.1

5 years ago