@launchdarkly/observability 0.1.16 → 0.2.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.
- package/CHANGELOG.md +25 -0
- package/dist/observability.js +7356 -6972
- package/dist/observability.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @launchdarkly/observability
|
|
2
2
|
|
|
3
|
+
## 0.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- c901c22: move metrics listeners to Observability plugin from SessionReplay
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- c901c22: fix ErrorListener incorrectly reporting stacktrace via trace event
|
|
12
|
+
- c901c22: fix document_load metric not forwarding to ldClient
|
|
13
|
+
- c901c22: allow reporting 0-value document_load durations
|
|
14
|
+
- Updated dependencies [c901c22]
|
|
15
|
+
- Updated dependencies [c901c22]
|
|
16
|
+
- Updated dependencies [c901c22]
|
|
17
|
+
- highlight.run@9.18.14
|
|
18
|
+
|
|
19
|
+
## 0.1.17
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- 3f513ca: remove verbosity of user instrumentation events by default.
|
|
24
|
+
only reports click, input, and submit window events as spans unless `otel.eventNames` is provided.
|
|
25
|
+
- Updated dependencies [3f513ca]
|
|
26
|
+
- highlight.run@9.18.13
|
|
27
|
+
|
|
3
28
|
## 0.1.16
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|