@sentry/node
Version:
Official Sentry SDK for Node.js
18 lines (17 loc) • 359 B
TypeScript
import { Integration } from '@sentry/types';
/** Console module integration */
export declare class Console implements Integration {
/**
* @inheritDoc
*/
static id: string;
/**
* @inheritDoc
*/
name: string;
/**
* @inheritDoc
*/
setupOnce(): void;
}
//# sourceMappingURL=console.d.ts.map