UNPKG

@smooth_zhz/web-tracing-vue3

Version:

基于 JS 跨平台插件,为前端项目提供【 埋点、行为、性能、异常、请求、资源、路由、曝光、录屏 】监控手段 - vue3版本

9 lines (6 loc) 234 B
import { InitOptions } from '@smooth_zhz/web-tracing-core'; export * from '@smooth_zhz/web-tracing-core'; declare const ZhzWebTracing: { install: (app: any, options: InitOptions) => void; }; export { ZhzWebTracing as default };