UNPKG

@reportfy/apm

Version:

Pacote para utilização de apm do reportfy.com.br

4 lines 258 B
import { Init } from "../model/init"; import { EventError } from "../model/error"; export declare function customEvents(data: Init): ({ origin, message, stack }: EventError) => Promise<true | null | undefined> | undefined; //# sourceMappingURL=index.d.ts.map