UNPKG

@sentry/react

Version:
8 lines (7 loc) 236 B
import { BrowserOptions } from '@sentry/browser'; import { Client } from '@sentry/core'; /** * Inits the React SDK */ export declare function init(options: BrowserOptions): Client | undefined; //# sourceMappingURL=sdk.d.ts.map