@sentry/react-native
Version:
Official Sentry SDK for react-native
8 lines (7 loc) • 305 B
TypeScript
import type { Integration } from '@sentry/core';
/**
* Creates an integration out of the provided name and setup function.
* @hidden
*/
export declare function createIntegration(name: Integration['name'], setupOnce?: Integration['setupOnce']): Integration;
//# sourceMappingURL=factory.d.ts.map