@openclaw/diagnostics-otel 2026.6.10 → 2026.6.11-beta.2

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/dist/index.js CHANGED
@@ -268,7 +268,7 @@ function assignModelCallSizeTimingAttrs(attrs, evt) {
268
268
  function assignGenAiSpanIdentityAttrs(attrs, input) {
269
269
  if (emitLatestGenAiSemconv()) attrs["gen_ai.provider.name"] = lowCardinalityAttr(input.provider);
270
270
  else attrs["gen_ai.system"] = lowCardinalityAttr(input.provider);
271
- if (input.model) attrs["gen_ai.request.model"] = lowCardinalityAttr(input.model);
271
+ if (input.model) attrs["gen_ai.request.model"] = redactSensitiveText(input.model.trim());
272
272
  attrs["gen_ai.operation.name"] = genAiOperationName(input.api);
273
273
  }
274
274
  function assignGenAiModelCallAttrs(attrs, evt) {
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@openclaw/diagnostics-otel",
3
- "version": "2026.6.10",
3
+ "version": "2026.6.11-beta.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@openclaw/diagnostics-otel",
9
- "version": "2026.6.10",
9
+ "version": "2026.6.11-beta.2",
10
10
  "dependencies": {
11
11
  "@opentelemetry/api": "1.9.1",
12
12
  "@opentelemetry/api-logs": "0.219.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openclaw/diagnostics-otel",
3
- "version": "2026.6.10",
3
+ "version": "2026.6.11-beta.2",
4
4
  "description": "OpenClaw diagnostics OpenTelemetry exporter for metrics, traces, and logs.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -31,10 +31,10 @@
31
31
  "minHostVersion": ">=2026.4.25"
32
32
  },
33
33
  "compat": {
34
- "pluginApi": ">=2026.6.10"
34
+ "pluginApi": ">=2026.6.11-beta.2"
35
35
  },
36
36
  "build": {
37
- "openclawVersion": "2026.6.10"
37
+ "openclawVersion": "2026.6.11-beta.2"
38
38
  },
39
39
  "release": {
40
40
  "publishToClawHub": true,
@@ -51,7 +51,7 @@
51
51
  "README.md"
52
52
  ],
53
53
  "peerDependencies": {
54
- "openclaw": ">=2026.6.10"
54
+ "openclaw": ">=2026.6.11-beta.2"
55
55
  },
56
56
  "peerDependenciesMeta": {
57
57
  "openclaw": {