How to link tracing from the client side (React) to a backend API

Hello All,

I am currently using Grafana with a local app I have made in React. I am also using postman to send a request to my API utilizing fetch. I can see the sessions popping up, the time to first byte and everything that front end observability promises. However, when running the fetch with the contact to the API, it doesn’t show the full trace/span. For instance in my tempo trace, it only shows my react app titled “Front end Test” instead of the entire pathway when calling the API. I am using the faro web sdk.

My question is, is there a way to connect the tracing from the client side / local dev to a backend API as my traces only show my client side application.

Currently, all im getting in my trace is “HTTP POST”