Skip to content

Commit 4e1f559

Browse files
chore: release main
1 parent f1a2c74 commit 4e1f559

File tree

7 files changed

+32
-6
lines changed

7 files changed

+32
-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.4.0",
3-
"sdk/@launchdarkly/observability": "0.4.6",
3+
"sdk/@launchdarkly/observability": "0.4.7",
44
"sdk/@launchdarkly/observability-android": "0.12.0",
55
"sdk/@launchdarkly/observability-dotnet": "0.3.0",
66
"sdk/@launchdarkly/observability-node": "0.3.1",
77
"sdk/@launchdarkly/observability-python": "0.1.1",
88
"sdk/@launchdarkly/observability-react-native": "0.7.0",
9-
"sdk/@launchdarkly/session-replay": "0.4.6",
10-
"sdk/highlight-run": "9.22.3"
9+
"sdk/@launchdarkly/session-replay": "0.4.7",
10+
"sdk/highlight-run": "9.22.4"
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.7](https://github.com/launchdarkly/observability-sdk/compare/observability-0.4.6...observability-0.4.7) (2025-10-30)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* highlight.run bumped to 9.22.4
11+
312
## [0.4.6](https://github.com/launchdarkly/observability-sdk/compare/observability-0.4.5...observability-0.4.6) (2025-10-24)
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.6",
3+
"version": "0.4.7",
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.7](https://github.com/launchdarkly/observability-sdk/compare/session-replay-0.4.6...session-replay-0.4.7) (2025-10-30)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* highlight.run bumped to 9.22.4
11+
312
## [0.4.6](https://github.com/launchdarkly/observability-sdk/compare/session-replay-0.4.5...session-replay-0.4.6) (2025-10-24)
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.6",
3+
"version": "0.4.7",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# highlight.run
22

3+
## [9.22.4](https://github.com/launchdarkly/observability-sdk/compare/highlight.run-9.22.3...highlight.run-9.22.4) (2025-10-30)
4+
5+
6+
### Bug Fixes
7+
8+
* correctly report version on webjs otel data ([#278](https://github.com/launchdarkly/observability-sdk/issues/278)) ([f1a2c74](https://github.com/launchdarkly/observability-sdk/commit/f1a2c74697744a7da5034ce2d375648bc32deb69))
9+
* H.stop should stop otel exporters ([#273](https://github.com/launchdarkly/observability-sdk/issues/273)) ([2e5e96b](https://github.com/launchdarkly/observability-sdk/commit/2e5e96b028ef8e87dafbce8d8a52d7126c567578))
10+
311
## [9.22.3](https://github.com/launchdarkly/observability-sdk/compare/highlight.run-9.22.2...highlight.run-9.22.3) (2025-10-24)
412

513

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.22.3",
3+
"version": "9.22.4",
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)