UNPKG

390 BTypeScriptView Raw
1import type { HandlerDataConsole } from '@sentry/types';
2/**
3 * Add an instrumentation handler for when a console.xxx method is called.
4 *
5 * Use at your own risk, this might break without changelog notice, only used internally.
6 * @hidden
7 */
8export declare function addConsoleInstrumentationHandler(handler: (data: HandlerDataConsole) => void): void;
9//# sourceMappingURL=console.d.ts.map
\No newline at end of file