UNPKG

@sentry/remix

Version:
9 lines 325 B
import type { Client } from '@sentry/core'; import type { 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