360sentry 中文文档教程
sentry前端错误上报SDK
基于sentry平台,对以Vue框架开发的前端错误进行收集上报,兼顾主动和被动上报
接入方法
npm install 360sentry
import * as sentryReport from '360sentry'
sentryReport.init({
appName: 'test',
Vue: Vue,
dsn: '*******'
})
基于sentry平台,对以Vue框架开发的前端错误进行收集上报,兼顾主动和被动上报
npm install 360sentry
import * as sentryReport from '360sentry'
sentryReport.init({
appName: 'test',
Vue: Vue,
dsn: '*******'
})
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。