@launchdarkly/observability 0.1.13 → 0.1.14

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,19 @@
1
1
  # @launchdarkly/observability
2
2
 
3
+ ## 0.1.14
4
+
5
+ ### Patch Changes
6
+
7
+ - b22881f: fix plugins not exporting types
8
+ - bcbb6f7: export plugin options correctly
9
+ - 188357c: fix session replay and observability plugin reporting to different sessions
10
+ - 18ff47a: fix span duplication happening due to an unnecessary export retry
11
+ - Updated dependencies [b22881f]
12
+ - Updated dependencies [bcbb6f7]
13
+ - Updated dependencies [188357c]
14
+ - Updated dependencies [18ff47a]
15
+ - highlight.run@9.18.10
16
+
3
17
  ## 0.1.13
4
18
 
5
19
  ### 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';