UNPKG

341 BTypeScriptView Raw
1import { Integration } from '@sentry/types';
2/** Console module integration */
3export declare class Console implements Integration {
4 /**
5 * @inheritDoc
6 */
7 static id: string;
8 /**
9 * @inheritDoc
10 */
11 name: string;
12 /**
13 * @inheritDoc
14 */
15 setupOnce(): void;
16}
17//# sourceMappingURL=console.d.ts.map
\No newline at end of file