UNPKG

437 BTypeScriptView Raw
1import type { Client, Integration, IntegrationClass } from '@sentry/types';
2export declare const consoleIntegration: () => import("@sentry/types").IntegrationFnResult;
3/**
4 * Console module integration.
5 * @deprecated Use `consoleIntegration()` instead.
6 */
7export declare const Console: IntegrationClass<Integration & {
8 setup: (client: Client) => void;
9}>;
10export type Console = typeof Console;
11//# sourceMappingURL=console.d.ts.map
\No newline at end of file