-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
feature requestRequest for a new featureRequest for a new feature
Description
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
Labels
feature requestRequest for a new featureRequest for a new feature