sentry-module icon indicating copy to clipboard operation
sentry-module copied to clipboard

Performance LCP、FID、CLS (no value)

Open PzhSun opened this issue 2 years ago • 0 comments

nuxt.config.js

sentry: {
    tracing: {
      tracesSampleRate: 1.0,
      vueOptions: {
        tracing: true,
        tracingOptions: {
          hooks: ['mount', 'update'],
          timeout: 2000,
          trackComponents: true
        }
      },
      browserOptions: {}
    }
}

image

PzhSun avatar May 11 '22 06:05 PzhSun