1.0.2 • Published 3 years ago

tlog-wxmini v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

TLog

==========================

前端日志收集 SDK

# 安装依赖
npm install @xtdev/tlog
import TLog from "@xtdev/tlog";

const tlog = new TLog({
  show_log: true,
  server_url: `http://192.168.2.1:/collect`,
  current_url: location.href,
  referrer: document.referrer,
  is_track_single_page: true // 单页面配置,默认开启,若页面中有锚点设计,需要将该配置删除,否则触发锚点会多触发 $pageview 事件
});

// 注册
tlog.register({ product: "xtdev-project", account_id: "99999" });

// 打点
tlog.track("event_category", "event_name", { aa: 1, bb: 2 });
1.0.2

3 years ago

1.0.1

3 years ago