PzhSun
Results
1
issues of
PzhSun
nuxt.config.js ``` sentry: { tracing: { tracesSampleRate: 1.0, vueOptions: { tracing: true, tracingOptions: { hooks: ['mount', 'update'], timeout: 2000, trackComponents: true } }, browserOptions: {} } } ``` 
question