Skip to content

[BUG] All server requests are grouped under single TraceId for SPA #143

@zilinjak

Description

@zilinjak

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions