@sentry/node
Version:
Official Sentry SDK for Node.js
17 lines • 346 B
TypeScript
import type { 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