@launchdarkly/observability 0.2.2 → 0.3.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,16 @@
1
1
  # @launchdarkly/observability
2
2
 
3
+ ## 0.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 3993134: refactor observability plugins to no longer require an observability project id
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [3993134]
12
+ - highlight.run@9.18.17
13
+
3
14
  ## 0.2.2
4
15
 
5
16
  ### Patch Changes
package/README.md CHANGED
@@ -32,7 +32,7 @@ const client = init3(
32
32
  {
33
33
  // Not including plugins at all would be equivalent to the current LaunchDarkly SDK.
34
34
  plugins: [
35
- new Observability('<OBSERVABILITY_PROJECT_ID>', {
35
+ new Observability({
36
36
  networkRecording: {
37
37
  enabled: true,
38
38
  recordHeadersAndBody: true,