UNPKG

sentry-expo

Version:

Catch your Javascript errors for your production Expo apps!

5 lines (4 loc) 285 B
import { ConfigPlugin } from '@expo/config-plugins'; export declare const withSentryIOS: ConfigPlugin<string>; export declare function modifyExistingXcodeBuildScript(script: any): void; export declare function writeSentryPropertiesTo(filepath: string, sentryProperties: string): void;