UNPKG

@squareboat/nest-eyewitness

Version:

A simple easy-to-use package to receive error reports directly to your inbox whenever any exception is witnessed 👀 in your NestJS application.

7 lines (6 loc) • 251 B
import { ArgumentsHost } from "@nestjs/common"; export declare class Eyewitness { private static doNotReportExceptions; static doNotReport(exceptions: Array<any>): void; static watch(exception: any, host: ArgumentsHost): {} | undefined; }