Skip to content

Commit 1d86b82

Browse files
chore: release main (#532)
🤖 I have created a release *beep* *boop* --- <details><summary>observability: 1.1.8</summary> ## [1.1.8](observability-1.1.7...observability-1.1.8) (2026-05-06) ### Dependencies * The following workspace dependencies were updated * dependencies * highlight.run bumped to 10.3.0 </details> <details><summary>session-replay: 1.1.8</summary> ## [1.1.8](session-replay-1.1.7...session-replay-1.1.8) (2026-05-06) ### Dependencies * The following workspace dependencies were updated * dependencies * highlight.run bumped to 10.3.0 </details> <details><summary>highlight.run: 10.3.0</summary> ## [10.3.0](highlight.run-10.2.0...highlight.run-10.3.0) (2026-05-06) ### Features * forward LD context keys to errors, logs, and custom spans ([#530](#530)) ([5a6d164](5a6d164)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Automated version/changelog updates and a dependency bump; low risk beyond any behavioral changes introduced by `highlight.run@10.3.0` in downstream consumers. > > **Overview** > This release PR bumps `@launchdarkly/observability` and `@launchdarkly/session-replay` from `1.1.7` to `1.1.8`, and updates the workspace manifest accordingly. > > It also releases `highlight.run` `10.3.0` (from `10.2.0`) and records the change in changelogs; the notable behavior change called out is forwarding LD context keys to errors, logs, and custom spans. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 29d2ca0. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 5a6d164 commit 1d86b82

7 files changed

Lines changed: 31 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"go": "1.1.1",
3-
"sdk/@launchdarkly/observability": "1.1.7",
3+
"sdk/@launchdarkly/observability": "1.1.8",
44
"sdk/@launchdarkly/observability-android": "0.45.0",
55
"sdk/@launchdarkly/observability-dotnet": "1.1.0",
66
"sdk/@launchdarkly/observability-node": "1.1.1",
77
"sdk/@launchdarkly/observability-python": "1.2.1",
88
"sdk/@launchdarkly/observability-react-native": "0.9.1",
99
"sdk/@launchdarkly/react-native-ld-session-replay": "0.9.0",
10-
"sdk/@launchdarkly/session-replay": "1.1.7",
11-
"sdk/highlight-run": "10.2.0",
10+
"sdk/@launchdarkly/session-replay": "1.1.8",
11+
"sdk/highlight-run": "10.3.0",
1212
"sdk/@launchdarkly/observability-ruby": "0.2.0"
1313
}

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+
## [1.1.8](https://github.com/launchdarkly/observability-sdk/compare/observability-1.1.7...observability-1.1.8) (2026-05-06)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* highlight.run bumped to 10.3.0
11+
312
## [1.1.7](https://github.com/launchdarkly/observability-sdk/compare/observability-1.1.6...observability-1.1.7) (2026-05-01)
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": "1.1.7",
3+
"version": "1.1.8",
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+
## [1.1.8](https://github.com/launchdarkly/observability-sdk/compare/session-replay-1.1.7...session-replay-1.1.8) (2026-05-06)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* highlight.run bumped to 10.3.0
11+
312
## [1.1.7](https://github.com/launchdarkly/observability-sdk/compare/session-replay-1.1.6...session-replay-1.1.7) (2026-05-01)
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": "1.1.7",
3+
"version": "1.1.8",
44
"description": "Browser session replay 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+
## [10.3.0](https://github.com/launchdarkly/observability-sdk/compare/highlight.run-10.2.0...highlight.run-10.3.0) (2026-05-06)
4+
5+
6+
### Features
7+
8+
* forward LD context keys to errors, logs, and custom spans ([#530](https://github.com/launchdarkly/observability-sdk/issues/530)) ([5a6d164](https://github.com/launchdarkly/observability-sdk/commit/5a6d164129c98518681dc22da1db082803ad9a04))
9+
310
## [10.2.0](https://github.com/launchdarkly/observability-sdk/compare/highlight.run-10.1.2...highlight.run-10.2.0) (2026-05-01)
411

512

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