Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Mar 24, 2023
Merged

Conversation

rchl
Copy link
Member

@rchl rchl commented Mar 23, 2023

Resolves #500

@rchl rchl merged commit 30c3127 into main Mar 24, 2023
@rchl rchl deleted the fix/connect-traces branch March 24, 2023 09:22
@arkhamvm
Copy link

@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
Copy link
Member Author

rchl commented Mar 30, 2023

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

@arkhamvm
Copy link

Reverted to 7.1.3 and it works.

@rchl
Copy link
Member Author

rchl commented Mar 30, 2023

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
Copy link

arkhamvm commented Apr 7, 2023

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Is performance monitoring really enabled on server?
2 participants