Skip to content

Commit 5fdfaba

Browse files
authored
address bugs in the observability sdks (#76)
## Summary * update readmes to update early access preview progress * gracefully handle broken url for LDRecord.getSession * add user agent and navigator language on trace attributes * update flag span event names to follow feature_flag.evaluation convention * fix internal version reporting * enable session replay in webdriver navigators * guard reportError call with non-error * add version reporting for @launchdarkly/observability ## How did you test this change? local react-router app ## Are there any deployment considerations? changesets ## Does this work require review from our design team? no
1 parent 8d0e053 commit 5fdfaba

File tree

23 files changed

+82
-27
lines changed

23 files changed

+82
-27
lines changed

.changeset/eighty-hats-switch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@launchdarkly/observability': patch
3+
---
4+
5+
75983c01e66ee0f3fda29f7ab4a78254d11013a0

.changeset/plain-lands-cross.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@launchdarkly/session-replay': patch
3+
'@launchdarkly/observability': patch
4+
---
5+
6+
update readmes to update early access preview progress

.changeset/silent-maps-sort.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@launchdarkly/session-replay': patch
3+
---
4+
5+
gracefully handle broken url for LDRecord.getSession

.changeset/smooth-nails-begin.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@launchdarkly/observability': patch
3+
'highlight.run': patch
4+
---
5+
6+
add user agent and navigator language on trace attributes

.changeset/soft-jeans-yawn.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@launchdarkly/observability': patch
3+
'highlight.run': patch
4+
---
5+
6+
update flag span event names to follow feature_flag.evaluation convention

.changeset/tasty-books-repeat.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'highlight.run': patch
3+
---
4+
5+
fix internal version reporting

.changeset/thirty-chicken-win.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@launchdarkly/observability': patch
3+
---
4+
5+
add version reporting for @launchdarkly/observability

.changeset/true-facts-show.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@launchdarkly/session-replay': patch
3+
---
4+
5+
enable session replay in webdriver navigators

sdk/@launchdarkly/observability/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@
55
[![NPM][o11y-sdk-dm-badge]][o11y-sdk-npm-link]
66
[![NPM][o11y-sdk-dt-badge]][o11y-sdk-npm-link]
77

8-
# ⛔️⛔️⛔️⛔️
8+
# Early Access Preview️
99

1010
> [!CAUTION]
11-
> This library is a alpha version and should not be considered ready for production use while this message is visible.
12-
13-
# ☝️☝️☝️☝️☝️☝️
11+
> This library is in Early Access Preview and APIs are subject to change until a 1.x version is released.
1412
1513
## Install
1614

sdk/@launchdarkly/session-replay/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@
55
[![NPM][o11y-sdk-dm-badge]][o11y-sdk-npm-link]
66
[![NPM][o11y-sdk-dt-badge]][o11y-sdk-npm-link]
77

8-
# ⛔️⛔️⛔️⛔️
8+
# Early Access Preview️
99

1010
> [!CAUTION]
11-
> This library is a alpha version and should not be considered ready for production use while this message is visible.
12-
13-
# ☝️☝️☝️☝️☝️☝️
11+
> This library is in Early Access Preview and APIs are subject to change until a 1.x version is released.
1412
1513
## Install
1614

0 commit comments

Comments
 (0)