Skip to content

xanggang/owl-sdk

Repository files navigation

Installing

Using npm:

$ npm install owl-util-sdk

Using yarn:

$ yarn add owl-util-sdk

use

import LogSdkVue from 'owl-util-sdk/dist/plugins/vue'

const sdk = new LogSdkVue({
  apiKey: '111',
  uploadHost: `${process.env.VUE_APP_API_HOST}/api/logs/store`,
  errorWhiteList: []
})

Vue.use(sdk)

Vue.prototype.$emitCustomizeError = sdk.emitCustomizeError.bind(sdk)

apiKey前往http://owl-web.lynn.cool/注册获取, 用作项目的key uploadHosthttp://owl.lynn.cool

管理后台

http://owl-web.lynn.cool

About

前端日志监控sdk, 日志上报插件

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published