Skip to content

Commit 6fee471

Browse files
chore: release main (#222)
🤖 I have created a release *beep* *boop* --- <details><summary>observability: 0.4.1</summary> ## [0.4.1](observability-0.4.0...observability-0.4.1) (2025-09-09) ### Dependencies * The following workspace dependencies were updated * dependencies * highlight.run bumped to 9.21.0 </details> <details><summary>session-replay: 0.4.1</summary> ## [0.4.1](session-replay-0.4.0...session-replay-0.4.1) (2025-09-09) ### Dependencies * The following workspace dependencies were updated * dependencies * highlight.run bumped to 9.21.0 </details> <details><summary>highlight.run: 9.21.0</summary> ## [9.21.0](highlight.run-9.20.0...highlight.run-9.21.0) (2025-09-09) ### Bug Fixes * Fix an issue where metrics could have NaN or infinite values. ([#220](#220)) ([1e4cc34](1e4cc34)) * Remove debug logs for export failures. ([#218](#218)) ([872c1f7](872c1f7)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: Ryan Lamb <[email protected]>
1 parent 6e66f93 commit 6fee471

File tree

7 files changed

+31
-6
lines changed

7 files changed

+31
-6
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"go": "0.2.1",
3-
"sdk/@launchdarkly/observability": "0.4.0",
3+
"sdk/@launchdarkly/observability": "0.4.1",
44
"sdk/@launchdarkly/observability-android": "0.6.0",
55
"sdk/@launchdarkly/observability-dotnet": "0.2.0",
66
"sdk/@launchdarkly/observability-node": "0.3.0",
77
"sdk/@launchdarkly/observability-python": "0.1.1",
88
"sdk/@launchdarkly/observability-react-native": "0.6.0",
9-
"sdk/@launchdarkly/session-replay": "0.4.0",
10-
"sdk/highlight-run": "9.20.0"
9+
"sdk/@launchdarkly/session-replay": "0.4.1",
10+
"sdk/highlight-run": "9.21.0"
1111
}

sdk/@launchdarkly/observability/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @launchdarkly/observability
22

3+
## [0.4.1](https://github.com/launchdarkly/observability-sdk/compare/observability-0.4.0...observability-0.4.1) (2025-09-09)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* highlight.run bumped to 9.21.0
11+
312
## [0.4.0](https://github.com/launchdarkly/observability-sdk/compare/observability-0.3.12...observability-0.4.0) (2025-08-29)
413

514

sdk/@launchdarkly/observability/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchdarkly/observability",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Browser observability for your web app. Capture frontend metrics, errors, logs and traces.",
55
"keywords": [
66
"launchdarkly",

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @launchdarkly/session-replay
22

3+
## [0.4.1](https://github.com/launchdarkly/observability-sdk/compare/session-replay-0.4.0...session-replay-0.4.1) (2025-09-09)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* highlight.run bumped to 9.21.0
11+
312
## [0.4.0](https://github.com/launchdarkly/observability-sdk/compare/session-replay-0.3.12...session-replay-0.4.0) (2025-08-29)
413

514

sdk/@launchdarkly/session-replay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchdarkly/session-replay",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Browser observability for your web app. Record session replays to visualize usage patterns.",
55
"keywords": [
66
"launchdarkly",

sdk/highlight-run/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# highlight.run
22

3+
## [9.21.0](https://github.com/launchdarkly/observability-sdk/compare/highlight.run-9.20.0...highlight.run-9.21.0) (2025-09-09)
4+
5+
### Bug Fixes
6+
7+
* Fix an issue where metrics could have NaN or infinite values. ([#220](https://github.com/launchdarkly/observability-sdk/issues/220)) ([1e4cc34](https://github.com/launchdarkly/observability-sdk/commit/1e4cc342ecd0636dff28448fc932f242ab06b46b))
8+
* Remove debug logs for export failures. ([#218](https://github.com/launchdarkly/observability-sdk/issues/218)) ([872c1f7](https://github.com/launchdarkly/observability-sdk/commit/872c1f74a43e0ddf5a1e9e43a9ef93d5e2946ff4))
9+
310
## 9.20.0
411

512
### Minor Changes

sdk/highlight-run/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "highlight.run",
3-
"version": "9.20.0",
3+
"version": "9.21.0",
44
"description": "Open source, fullstack monitoring. Capture frontend errors, record server side logs, and visualize what broke with session replay.",
55
"keywords": [
66
"highlight",

0 commit comments

Comments
 (0)