@launchdarkly/observability 0.2.2 → 0.3.1
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 +20 -0
- package/README.md +1 -1
- package/dist/observability.js +2677 -2587
- package/dist/observability.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @launchdarkly/observability
|
|
2
2
|
|
|
3
|
+
## 0.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [491a594]
|
|
8
|
+
- highlight.run@9.18.18
|
|
9
|
+
|
|
10
|
+
## 0.3.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- 3993134: refactor observability plugins to no longer require an observability project id
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- 2dcbae1: correctly record console methods
|
|
19
|
+
- Updated dependencies [3993134]
|
|
20
|
+
- Updated dependencies [2dcbae1]
|
|
21
|
+
- highlight.run@9.18.17
|
|
22
|
+
|
|
3
23
|
## 0.2.2
|
|
4
24
|
|
|
5
25
|
### 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(
|
|
35
|
+
new Observability({
|
|
36
36
|
networkRecording: {
|
|
37
37
|
enabled: true,
|
|
38
38
|
recordHeadersAndBody: true,
|