UNPKG

@sentry/react-native

Version:
9 lines 428 B
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