@sentry/react-native
Version:
Official Sentry SDK for react-native
9 lines • 428 B
JavaScript
import { graphqlClientIntegration as browserGraphqlClientIntegration } from '@sentry/browser';
/**
* This integration ensures that GraphQL requests made in the React Native apps
* have their GraphQL-specific data captured and attached to spans and breadcrumbs.
*/
export function graphqlIntegration(options) {
return browserGraphqlClientIntegration({ endpoints: options.endpoints });
}
//# sourceMappingURL=graphql.js.map