UNPKG

@sentry/react-native

Version:
13 lines 266 B
/** * Creates an integration out of the provided name and setup function. * @hidden */ export function createIntegration(name, setupOnce = () => { /* noop */ }) { return { name: name, setupOnce, }; } //# sourceMappingURL=factory.js.map