@launchdarkly/observability 0.2.1 → 0.2.2
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 +14 -0
- package/README.md +2 -4
- package/dist/observability.js +799 -790
- package/dist/observability.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @launchdarkly/observability
|
|
2
2
|
|
|
3
|
+
## 0.2.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 5fdfaba: 75983c01e66ee0f3fda29f7ab4a78254d11013a0
|
|
8
|
+
- 5fdfaba: update readmes to update early access preview progress
|
|
9
|
+
- 5fdfaba: add user agent and navigator language on trace attributes
|
|
10
|
+
- 5fdfaba: update flag span event names to follow feature_flag.evaluation convention
|
|
11
|
+
- 5fdfaba: add version reporting for @launchdarkly/observability
|
|
12
|
+
- Updated dependencies [5fdfaba]
|
|
13
|
+
- Updated dependencies [5fdfaba]
|
|
14
|
+
- Updated dependencies [5fdfaba]
|
|
15
|
+
- highlight.run@9.18.16
|
|
16
|
+
|
|
3
17
|
## 0.2.1
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -5,12 +5,10 @@
|
|
|
5
5
|
[![NPM][o11y-sdk-dm-badge]][o11y-sdk-npm-link]
|
|
6
6
|
[![NPM][o11y-sdk-dt-badge]][o11y-sdk-npm-link]
|
|
7
7
|
|
|
8
|
-
#
|
|
8
|
+
# Early Access Preview️
|
|
9
9
|
|
|
10
10
|
> [!CAUTION]
|
|
11
|
-
> This library is
|
|
12
|
-
|
|
13
|
-
# ☝️☝️☝️☝️☝️☝️
|
|
11
|
+
> This library is in Early Access Preview and APIs are subject to change until a 1.x version is released.
|
|
14
12
|
|
|
15
13
|
## Install
|
|
16
14
|
|