UNPKG

@sentry/remix

Version:
7 lines 330 B
import type { Options } from '@sentry/core'; import type { NodeOptions } from '@sentry/node'; import type { BrowserOptions } from '@sentry/react'; export type RemixOptions = (Options | BrowserOptions | NodeOptions) & { captureActionFormDataKeys?: Record<string, string | boolean>; }; //# sourceMappingURL=remixOptions.d.ts.map