@launchdarkly/observability 0.4.2 → 0.4.4

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
@@ -1,5 +1,23 @@
1
1
  # @launchdarkly/observability
2
2
 
3
+ ## [0.4.4](https://github.com/launchdarkly/observability-sdk/compare/observability-0.4.3...observability-0.4.4) (2025-10-03)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * highlight.run bumped to 9.22.1
11
+
12
+ ## [0.4.3](https://github.com/launchdarkly/observability-sdk/compare/observability-0.4.2...observability-0.4.3) (2025-10-01)
13
+
14
+
15
+ ### Dependencies
16
+
17
+ * The following workspace dependencies were updated
18
+ * dependencies
19
+ * highlight.run bumped to 9.22.0
20
+
3
21
  ## [0.4.2](https://github.com/launchdarkly/observability-sdk/compare/observability-0.4.1...observability-0.4.2) (2025-09-24)
4
22
 
5
23
 
@@ -4089,7 +4089,7 @@ let bp = class {
4089
4089
  return this._bufferCall("track", [t, r]);
4090
4090
  }
4091
4091
  };
4092
- const Sp = "9.21.1", wp = {
4092
+ const Sp = "9.22.1", wp = {
4093
4093
  version: Sp
4094
4094
  }, Ap = wp.version;
4095
4095
  function Lp(e) {
@@ -14088,6 +14088,7 @@ const ki = class Pt extends Dd {
14088
14088
  "event.tag": i.tagName,
14089
14089
  "event.xpath": a,
14090
14090
  "event.id": i.id,
14091
+ "event.classname": i.className,
14091
14092
  "event.text": (n = i.textContent) != null ? n : "",
14092
14093
  "event.url": window.location.href,
14093
14094
  "viewport.width": window.innerWidth,
@@ -14433,7 +14434,7 @@ const ki = class Pt extends Dd {
14433
14434
  return window.Zone;
14434
14435
  }
14435
14436
  };
14436
- k(ki, "version", "0.1.0"), k(ki, "moduleName", "user-interaction");
14437
+ k(ki, "version", "0.1.1"), k(ki, "moduleName", "user-interaction");
14437
14438
  let db = ki, bt = {}, ee;
14438
14439
  const Ur = "highlight.record", vb = "highlight.session_id", Yu = "launchdarkly.js.log", mb = "launchdarkly.exception.id", Ia = "launchdarkly.sampling.ratio", Ju = "log.severity", Qu = "log.message", yb = (e, t) => {
14439
14440
  var r, n, i, o, a, u, c, s, l;
@@ -15384,7 +15385,7 @@ class Wb {
15384
15385
  }
15385
15386
  recordError(t, r, n, i, o) {
15386
15387
  var a, u, c, s;
15387
- t instanceof Error && t.cause && (n = et(M({}, n), {
15388
+ t = t || new Error("Unknown error"), t instanceof Error && t.cause && (n = et(M({}, n), {
15388
15389
  "exception.cause": JSON.stringify(t.cause)
15389
15390
  }));
15390
15391
  let l = r ? r + ":" + t.message : t.message;