UNPKG

@sentry/react-native

Version:
11 lines 463 B
import type { Integration } from '@sentry/core'; interface GraphQLReactNativeIntegrationOptions { endpoints: Array<string | RegExp>; } /** * 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 declare function graphqlIntegration(options: GraphQLReactNativeIntegrationOptions): Integration; export {}; //# sourceMappingURL=graphql.d.ts.map