UNPKG

@sentry/react

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