UNPKG

300 BTypeScriptView Raw
1interface CaptureConsoleOptions {
2 levels?: string[];
3}
4/**
5 * Send Console API calls as Sentry Events.
6 */
7export declare const captureConsoleIntegration: (options?: CaptureConsoleOptions | undefined) => import("@sentry/types").Integration;
8export {};
9//# sourceMappingURL=captureconsole.d.ts.map
\No newline at end of file