@sentry/react-native
Version:
Official Sentry SDK for react-native
9 lines (8 loc) • 352 B
TypeScript
import type { ConfigPlugin } from 'expo/config-plugins';
type BuildPhase = {
shellScript: string;
};
export declare const withSentryIOS: ConfigPlugin<string>;
export declare function modifyExistingXcodeBuildScript(script: BuildPhase): void;
export declare function addSentryWithBundledScriptsToBundleShellScript(script: string): string;
export {};