UNPKG

@bugsnag/expo

Version:

Bugsnag error reporter for Expo applications

16 lines (11 loc) 364 B
import { BugsnagStatic, Config, Client } from '@bugsnag/core' interface ExpoConfig extends Partial<Config> { codeBundleId?: string } interface ExpoBugsnagStatic extends BugsnagStatic { start(apiKeyOrOpts?: string | ExpoConfig): Client isStarted(): boolean } declare const Bugsnag: ExpoBugsnagStatic export default Bugsnag export * from '@bugsnag/core'