Commit 5cc44a5e authored by 谭文海's avatar 谭文海

apm-rum

parent 5016e1a9
......@@ -11,10 +11,15 @@ import sa from 'sa-sdk-javascript';
import 'mint-ui/lib/style.css'
import scroll from "./base/scroll/scroll"
import { Popup, Lazyload, Button, Dialog, Toast } from 'vant';
import * as fundebug from 'fundebug-javascript';
import fundebugVue from 'fundebug-vue';
fundebug.apikey = '4d414770c72b034dfa896048206a72258ede4e4ad5f9c6c4320d19b7f91a567e';
fundebugVue(fundebug, Vue);
import { init as initApm } from '@elastic/apm-rum'
var apm = initApm({
// 设置所需的服务名称(允许使用的字符:a-z、A-Z、0-9、-、_ 和空格)
serviceName: '唱唱启蒙',
// 设置定制 APM Server URL(默认值:http://localhost:8200)
serverUrl: 'http://apm.ops.changchangenglish.com/',
// 设置服务版本(源地图功能要求)
serviceVersion: ''
})
Vue.config.productionTip = false;
//神策埋点
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment