@sentry/react-native
Version:
Official Sentry SDK for react-native
11 lines • 463 B
TypeScript
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