UNPKG

sentry-testkit

Version:

Sentry Testkit enables Sentry to work natively in your application while running tests. The report is not really sent but rather logged locally into memory. In this way, the logged reports can be fetched for your own verification or any other purpose in y

4 lines 221 B
import { Report, Transaction } from './types'; export declare function transformReport(report: any): Report; export declare function transformTransaction(item: any): Transaction; //# sourceMappingURL=transformers.d.ts.map