UNPKG

skywalking-client-js-netease

Version:

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

10 lines (9 loc) 269 B
import { ErrorInfoFields, ReportFields } from './types'; export default class Base { logInfo: ErrorInfoFields & ReportFields & { collector: string; }; traceInfo(logInfo?: ErrorInfoFields & ReportFields & { collector: string; }): void; }