UNPKG

@sentry/react-native

Version:
8 lines (7 loc) 305 B
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