@launchdarkly/observability 0.3.1 → 0.3.3

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,18 @@
1
1
  # @launchdarkly/observability
2
2
 
3
+ ## 0.3.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [9d1fa42]
8
+ - highlight.run@9.18.19
9
+
10
+ ## 0.3.2
11
+
12
+ ### Patch Changes
13
+
14
+ - 3b7818c: update README EAP notice
15
+
3
16
  ## 0.3.1
4
17
 
5
18
  ### Patch Changes
package/README.md CHANGED
@@ -5,10 +5,7 @@
5
5
  [![NPM][o11y-sdk-dm-badge]][o11y-sdk-npm-link]
6
6
  [![NPM][o11y-sdk-dt-badge]][o11y-sdk-npm-link]
7
7
 
8
- # Early Access Preview️
9
-
10
- > [!CAUTION]
11
- > This library is in Early Access Preview and APIs are subject to change until a 1.x version is released.
8
+ **NB: APIs are subject to change until a 1.x version is released.**
12
9
 
13
10
  ## Install
14
11
 
@@ -3952,9 +3952,9 @@ function qa(e) {
3952
3952
  }
3953
3953
  function zi(e) {
3954
3954
  if (qa(e)) {
3955
- if (e.user) {
3956
- const t = e.user;
3957
- return t.memberEmail ? t.memberEmail : t.key;
3955
+ if (e.member) {
3956
+ const t = e.member;
3957
+ return t.email ? t.email : t.key;
3958
3958
  }
3959
3959
  return Object.keys(e).sort().filter((t) => t !== "kind").map((t) => `${t}:${za(e[t].key)}`).join(":");
3960
3960
  }
@@ -4040,7 +4040,7 @@ let Hl = class {
4040
4040
  return this._bufferCall("track", [t, r]);
4041
4041
  }
4042
4042
  };
4043
- const zl = "9.18.17", ql = {
4043
+ const zl = "9.18.19", ql = {
4044
4044
  version: zl
4045
4045
  }, Xl = ql.version;
4046
4046
  function Kl(e) {