Version
@nuxtjs/sentry: 6.0.3
nuxt: 2.14.2
Sentry configuration
sentry: {
tracesSampleRate: 0.1,
lazy: true, // works if set true
vueOptions: {
trackComponents: true,
}
What is actually happening?
Sentry browser tracing is broken if lazy is false. But it works if lazy is true. Is this to be expected or a bug?