UNPKG

sentry-expo

Version:

Catch your Javascript errors for your production Expo apps!

6 lines (5 loc) 251 B
import { ConfigPlugin } from '@expo/config-plugins'; import { ExpoConfig } from '@expo/config-types'; export declare function getSentryProperties(config: ExpoConfig): string | null; declare const _default: ConfigPlugin<void>; export default _default;