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