UNPKG

@sentry/remix

Version:
10 lines (9 loc) 325 B
import { Client } from '@sentry/core'; import { RemixOptions } from '../utils/remixOptions'; /** * Initializes the Remix SDK. * @param options The configuration options. * @returns The initialized SDK. */ export declare function init(options: RemixOptions): Client | undefined; //# sourceMappingURL=sdk.d.ts.map