Replies: 2 comments
-
Gonna try moving this to |
Beta Was this translation helpful? Give feedback.
0 replies
-
Moved to issue #5164 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to set up distributed tracing in my app and I run into the issue with missing sentry-trace header in requests that originates in my frontend. Even simplest case/page does not work.
My setup looks as follows:
Backend (Program.cs)
Frontend
When I click the button that triggers XHR (either with jQuery od Axios) the result is the same. Call to backend is made but no sentry-trace header is being added.
Can you please share your thoughts?
Beta Was this translation helpful? Give feedback.
All reactions