monitor-track 1.12.0 → 1.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 1.12.0 (2026-05-06)
7
+
8
+
9
+ ### 🐛 Bug Fixes
10
+
11
+ * 修复数据查询错误 ([fd60648](https://gitlab.seazonmotor.com/panda/CSD_UserBehaviorTracking/commit/fd60648607a122a6147d2e37171b98c52185eeb1))
12
+
13
+
14
+ ### ✨ Features
15
+
16
+ * lag相关 ([c2e4054](https://gitlab.seazonmotor.com/panda/CSD_UserBehaviorTracking/commit/c2e405499a500e046d3b8b1ff770d66df6d5c8a5))
17
+ * 升级eslint9 ([279c252](https://gitlab.seazonmotor.com/panda/CSD_UserBehaviorTracking/commit/279c2526626aec9ae79d41e595041f69fce5ae44))
18
+ * 新增lag和api页面的详情页 ([c8c7163](https://gitlab.seazonmotor.com/panda/CSD_UserBehaviorTracking/commit/c8c7163eb2a45edc9762f4e03f6a3fff2f9c932f))
19
+ * 新增检测web页面卡顿 ([fad84b1](https://gitlab.seazonmotor.com/panda/CSD_UserBehaviorTracking/commit/fad84b1813beaba778e30330dff133e86d432c1b))
20
+ * 更新lock文件 ([348911b](https://gitlab.seazonmotor.com/panda/CSD_UserBehaviorTracking/commit/348911bef37a478ed0c60470bdb4cd9159a8ce7e))
21
+ * 预留上报请求参数和请求方法字段 ([0123172](https://gitlab.seazonmotor.com/panda/CSD_UserBehaviorTracking/commit/0123172677749328a51f3a9a0db6630b4d9a531d))
22
+
23
+
24
+
6
25
  ## 1.11.0 (2024-10-21)
7
26
 
8
27
 
package/cjs/index.js CHANGED
@@ -59,7 +59,7 @@ function setConfig(config) {
59
59
  Object.assign(Config, config);
60
60
  }
61
61
 
62
- var version = "1.12.0";
62
+ var version = "1.12.1";
63
63
 
64
64
  const eventsMatrix = [[]];
65
65
  rrweb__namespace.record({
@@ -1,3 +1,3 @@
1
- var version = "1.12.0";
1
+ var version = "1.12.1";
2
2
 
3
3
  export { version };
package/index.js CHANGED
@@ -122,7 +122,7 @@ var MonitorTrack = (function (uuid, ErrorStackParser, html2canvas, rrweb, axios,
122
122
  return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
123
123
  };
124
124
 
125
- var version = "1.12.0";
125
+ var version = "1.12.1";
126
126
 
127
127
  var eventsMatrix = [[]];
128
128
  rrweb__namespace.record({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monitor-track",
3
- "version": "1.12.0",
3
+ "version": "1.12.1",
4
4
  "description": "前端监控及埋点SDK工具javascript版本",
5
5
  "main": "cjs/index.js",
6
6
  "module": "esm/index.js",