@launchdarkly/observability 0.3.6 → 0.3.8
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 +16 -0
- package/dist/observability.js +2043 -2000
- package/dist/observability.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @launchdarkly/observability
|
|
2
2
|
|
|
3
|
+
## 0.3.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d0ab9e3: conditionally check for window api availability
|
|
8
|
+
- Updated dependencies [d0ab9e3]
|
|
9
|
+
- highlight.run@9.18.23
|
|
10
|
+
|
|
11
|
+
## 0.3.7
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 54aab8b: delete sessionData\_ localstorage values to avoid overfilling quota
|
|
16
|
+
- Updated dependencies [54aab8b]
|
|
17
|
+
- highlight.run@9.18.22
|
|
18
|
+
|
|
3
19
|
## 0.3.6
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|