You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to getsentry/sentry-cocoa#3931, we can add a pluggable (=not enabled by default) integration to @sentry/browser (and downstream SDKs) which allows to opt-in to get better breadcrumbs & spans when using GraphQL as a client.
Description
Similar to getsentry/sentry-cocoa#3931, we can add a pluggable (=not enabled by default) integration to
@sentry/browser(and downstream SDKs) which allows to opt-in to get better breadcrumbs & spans when using GraphQL as a client.This could behave like this:
Where any http.client span or breadcrumb created that matches
endpointswill be enhanced with graphql data from the request payload:http.clientspans, we can update the span name similar to what we do here in node: feat(node): AdduseOperationNameForRootSpantographqlIntegration#13248related: #13215