@launchdarkly/observability 0.1.15 → 0.1.17
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 +19 -0
- package/dist/observability.js +1048 -1030
- package/dist/observability.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @launchdarkly/observability
|
|
2
2
|
|
|
3
|
+
## 0.1.17
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 3f513ca: remove verbosity of user instrumentation events by default.
|
|
8
|
+
only reports click, input, and submit window events as spans unless `otel.eventNames` is provided.
|
|
9
|
+
- Updated dependencies [3f513ca]
|
|
10
|
+
- highlight.run@9.18.13
|
|
11
|
+
|
|
12
|
+
## 0.1.16
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- 575ac87: ensure omitting project id does not break sdk
|
|
17
|
+
- 575ac87: report all attributes of evaluation reason
|
|
18
|
+
- Updated dependencies [575ac87]
|
|
19
|
+
- Updated dependencies [575ac87]
|
|
20
|
+
- highlight.run@9.18.12
|
|
21
|
+
|
|
3
22
|
## 0.1.15
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|