@launchdarkly/observability 0.1.13 → 0.1.15

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,26 @@
1
1
  # @launchdarkly/observability
2
2
 
3
+ ## 0.1.15
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [24ff099]
8
+ - highlight.run@9.18.11
9
+
10
+ ## 0.1.14
11
+
12
+ ### Patch Changes
13
+
14
+ - b22881f: fix plugins not exporting types
15
+ - bcbb6f7: export plugin options correctly
16
+ - 188357c: fix session replay and observability plugin reporting to different sessions
17
+ - 18ff47a: fix span duplication happening due to an unnecessary export retry
18
+ - Updated dependencies [b22881f]
19
+ - Updated dependencies [bcbb6f7]
20
+ - Updated dependencies [188357c]
21
+ - Updated dependencies [18ff47a]
22
+ - highlight.run@9.18.10
23
+
3
24
  ## 0.1.13
4
25
 
5
26
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -1 +1,2 @@
1
1
  export { Observe as default, LDObserve } from 'highlight.run';
2
+ export type { ObserveOptions } from 'highlight.run';