@launchdarkly/observability 0.1.17 → 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 CHANGED
@@ -1,5 +1,21 @@
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
+
3
19
  ## 0.1.17
4
20
 
5
21
  ### Patch Changes