@@ -4,9 +4,9 @@ import { appVersionCode } from '@/http/configAPI.js'
class CoutomSentry {
initVue(app) {
- // if (process.env.NODE_ENV != 'production') {
- // return
- // }
+ if (process.env.NODE_ENV != 'production') {
+ return
+ }
Sentry.init({
app,