Description/Screenshot
All requests to the backend (Python FastAPI) from our SPA are considered a single trace. For some of our users who have the frontend open for several hours, it is unsuitable to use Application Insights since it's a pain to search within that trace.
I either need an easy way to see only backend requests without having them nested in the single TraceID created by the SPA, or I need to create a new TraceID for each backend request, which seems to be not doable in the React library. This is an issue for React.js with Application Insights.
Expected behavior
Filter only BE requests in app insights or create TraceID for each BE request.