You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the frontend is served by a backend server we cannot connect those traces. There should be a way to pass the trace id from the backend to the frontend.
example:
Because JavaScript code running in a browser cannot read the response headers of the current page, the trace data must be transmitted in the response itself, specifically in tags in the of the HTML sent from your backend.
maciekm
changed the title
[Feature Request]: use backend generated trace id in frontend
[Feature Request]: propagate backend generated trace id in frontend
Jun 19, 2023
maciekm
changed the title
[Feature Request]: propagate backend generated trace id in frontend
[Feature Request]: propagate backend generated trace id to frontend
Jun 19, 2023
propagate backend generated trace id to frontend
If the frontend is served by a backend server we cannot connect those traces. There should be a way to pass the trace id from the backend to the frontend.
example:
https://docs.sentry.io/platforms/javascript/guides/react/performance/connect-services/#pageload
The text was updated successfully, but these errors were encountered: