@sentry/react-native
Version:
Official Sentry SDK for react-native
20 lines • 975 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;
export declare const AUTO_INJECT_FEEDBACK_BUTTON_INTEGRATION_NAME = "AutoInjectMobileFeedbackButton";
/**
* Lazy loads the auto inject feedback button integration if it is not already loaded.
*/
export declare function lazyLoadAutoInjectFeedbackButtonIntegration(): void;
export declare const AUTO_INJECT_SCREENSHOT_BUTTON_INTEGRATION_NAME = "AutoInjectMobileScreenshotButton";
/**
* Lazy loads the auto inject screenshot button integration if it is not already loaded.
*/
export declare function lazyLoadAutoInjectScreenshotButtonIntegration(): void;
//# sourceMappingURL=lazy.d.ts.map