@sentry/remix
Version:
Official Sentry SDK for Remix
9 lines • 325 B
TypeScript
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