nuxt-community / sentry-module

Sentry module for Nuxt 2
https://sentry.nuxtjs.org
MIT License
500 stars 113 forks source link

fix(tracing): connect backend and frontend traces #529

Closed rchl closed 1 year ago

rchl commented 1 year ago

Resolves #500

arkhamvm commented 1 year ago

@rchl After updating from 7.1.3 to 7.1.5 server tracing in my project is gone. I tried 7.1.10 as well.

"@sentry/node": "7.45.0",
"@sentry/tracing": "7.45.0",

['@nuxtjs/sentry', {ignore: ['node_modules']}],

rchl commented 1 year ago

Revert module to 7.1.3 and check if it's working again.

arkhamvm commented 1 year ago

Reverted to 7.1.3 and it works.

rchl commented 1 year ago

You haven't given me a lot to work with but you can try to run with debug option enabled

sentry: {
  config: {
    debug: true
  }
}

and compare logs in the terminal with the working and non-working module versions.

arkhamvm commented 1 year ago

@rchl after many tests, I can't reproduce problem stable. Tracing randomly disappears after some rebuilds of project. 7.1.3 works stable.

You haven't given me a lot to work with

Of course I can send to you any info you needed.

you can try to run with debug option enabled

In cases when traces don't sending, debug log is empty. Can it be issue with reducing bundle size feature?