web-see-monitor
Version:
前端监控 SDK,包含性能监控、错误监控和用户行为监控
9 lines (8 loc) • 487 B
TypeScript
export { Monitor } from './core/monitor';
export { PerformancePlugin } from './plugins/performance/index';
export { ErrorPlugin } from './plugins/error/index';
export { BehaviorPlugin } from './plugins/behavior/index';
export type { MonitorConfig, ReportData } from './core/types';
export type { PerformanceData, PerformanceConfig } from './plugins/performance/types';
export type { ErrorData } from './plugins/error/types';
export type { BehaviorData } from './plugins/behavior/types';