UNPKG

haier-skywalking-client-js

Version:

Client-side JavaScript exception and tracing library for Apache SkyWalking APM

9 lines (8 loc) 212 B
declare class Report { private url; private knowTargetAddress; constructor(type: string, collector: string); sendByFetch(data: any): void; sendByXhr(data: any): void; } export default Report;