@tachybase/module-instrumentation 1.3.25 → 1.4.0

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.
@@ -1,6 +1,6 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
- "@tachybase/client": "1.3.25",
3
+ "@tachybase/client": "1.4.0",
4
4
  "@tachybase/schema": "1.3.52",
5
5
  "@tego/client": "1.3.52",
6
6
  "antd": "5.22.5",
@@ -22,7 +22,7 @@ __export(history_config_exports, {
22
22
  module.exports = __toCommonJS(history_config_exports);
23
23
  var history_config_default = {
24
24
  dumpRules: {
25
- group: "log"
25
+ group: "required"
26
26
  },
27
27
  name: "trackingHistoryOptions",
28
28
  createdBy: false,
@@ -22,7 +22,7 @@ __export(statistics_config_exports, {
22
22
  module.exports = __toCommonJS(statistics_config_exports);
23
23
  var statistics_config_default = {
24
24
  dumpRules: {
25
- group: "log"
25
+ group: "required"
26
26
  },
27
27
  name: "statisticsConfig",
28
28
  createdBy: false,
@@ -22,7 +22,7 @@ __export(tracking_config_exports, {
22
22
  module.exports = __toCommonJS(tracking_config_exports);
23
23
  var tracking_config_default = {
24
24
  dumpRules: {
25
- group: "log"
25
+ group: "required"
26
26
  },
27
27
  name: "trackingConfig",
28
28
  createdBy: false,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tachybase/module-instrumentation",
3
3
  "displayName": "Custom instrumentation",
4
- "version": "1.3.25",
4
+ "version": "1.4.0",
5
5
  "description": "A module for tracking and instrumentation in Tachybase.",
6
6
  "keywords": [
7
7
  "Logging and monitoring"
@@ -17,7 +17,7 @@
17
17
  "antd": "5.22.5",
18
18
  "dayjs": "1.11.13",
19
19
  "lodash": "4.17.21",
20
- "@tachybase/client": "1.3.25"
20
+ "@tachybase/client": "1.4.0"
21
21
  },
22
22
  "description.zh-CN": "Tachybase 应用的追踪和埋点模块",
23
23
  "displayName.zh-CN": "埋点追踪"