|
@@ -3,7 +3,7 @@ import './styles/app/tailwind.scss'
|
|
|
import { createApp } from 'vue'
|
|
|
import setupPinia from './store/init'
|
|
|
import router, { setupRouter } from './router'
|
|
|
-import * as Sentry from '@sentry/vue'
|
|
|
+//import * as Sentry from '@sentry/vue'
|
|
|
import App from './App.vue'
|
|
|
|
|
|
//饿了么UI
|
|
@@ -29,7 +29,7 @@ async function bootstrap() {
|
|
|
const app = createApp(App)
|
|
|
|
|
|
//目前在测试阶段,发正式版前,请注释 Sentry 监控初始化
|
|
|
- Sentry.init({
|
|
|
+ /*Sentry.init({
|
|
|
app,
|
|
|
dsn: 'http://054a995ed4461324b75ac84cf37b9fb8@192.168.0.109:5501/2',
|
|
|
integrations: [
|
|
@@ -44,7 +44,7 @@ async function bootstrap() {
|
|
|
tracesSampleRate: 1.0,
|
|
|
replaysSessionSampleRate: 0.1,
|
|
|
replaysOnErrorSampleRate: 1.0,
|
|
|
- })
|
|
|
+ })*/
|
|
|
|
|
|
// 挂载状态管理
|
|
|
app.use(setupPinia)
|