Skip to content

Add GraphQL request body in network request monitoring (iOS/Swift) #417

@spnkr

Description

@spnkr

Description

Currently, all GraphQL requests appear identical in the request monitoring section because they share the same URL. This is expected behavior for GraphQL, but since the request body isn't tracked or visible, there's no way to differentiate between individual queries.

Desired Solution

It would be helpful to distinguish requests by including the GraphQL query name in the monitoring view, allowing for easier identification of individual requests.

Alternatives Considered

Instead of (or in addition to) automatic tracking, consider allowing a manual logging option where we can label requests ourselves, such as with their query names.

Note

This has also been requested in your js library: bugsnag/bugsnag-js-performance#403

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions