UNPKG

sentry-expo

Version:

Catch your Javascript errors for your production Expo apps!

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