@sentry/react-native
Version:
Official Sentry SDK for react-native
11 lines (10 loc) • 430 B
TypeScript
/**
* Lazy loads the feedback integration if it is not already loaded.
*/
export declare function lazyLoadFeedbackIntegration(): void;
export declare const AUTO_INJECT_FEEDBACK_INTEGRATION_NAME = "AutoInjectMobileFeedback";
/**
* Lazy loads the auto inject feedback integration if it is not already loaded.
*/
export declare function lazyLoadAutoInjectFeedbackIntegration(): void;
//# sourceMappingURL=lazy.d.ts.map