Skip to content

Commit 5990ce9

Browse files
chore: release main (#450)
🤖 I have created a release *beep* *boop* --- <details><summary>observability: 1.1.1</summary> ## [1.1.1](observability-1.1.0...observability-1.1.1) (2026-03-30) ### Dependencies * The following workspace dependencies were updated * dependencies * highlight.run bumped to 10.0.0 </details> <details><summary>session-replay: 1.1.1</summary> ## [1.1.1](session-replay-1.1.0...session-replay-1.1.1) (2026-03-30) ### Dependencies * The following workspace dependencies were updated * dependencies * highlight.run bumped to 10.0.0 </details> <details><summary>highlight.run: 10.0.0</summary> ## [10.0.0](highlight.run-9.28.0...highlight.run-10.0.0) (2026-03-30) ### ⚠ BREAKING CHANGES * Support clicks and custom event tracing ([#432](#432)) ### Features * Support clicks and custom event tracing ([#432](#432)) ([b6b10ea](b6b10ea)) </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] > **Medium Risk** > Primarily a release/version bump, but it upgrades `highlight.run` to `10.0.0` with documented breaking changes, which could impact consumers of the workspace packages. > > **Overview** > Publishes a new release by updating `.release-please-manifest.json` and bumping `@launchdarkly/observability` and `@launchdarkly/session-replay` from `1.1.0` to `1.1.1`. > > Upgrades the workspace `highlight.run` package from `9.28.0` to **`10.0.0`** (noted as a breaking change in the changelog) and records the dependency bumps in the affected package changelogs. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 7253889. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent b6b10ea commit 5990ce9

File tree

7 files changed

+35
-6
lines changed

7 files changed

+35
-6
lines changed

.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.0",
3-
"sdk/@launchdarkly/observability": "1.1.0",
3+
"sdk/@launchdarkly/observability": "1.1.1",
44
"sdk/@launchdarkly/observability-android": "0.34.1",
55
"sdk/@launchdarkly/observability-dotnet": "1.1.0",
66
"sdk/@launchdarkly/observability-node": "1.1.0",
77
"sdk/@launchdarkly/observability-python": "1.2.0",
88
"sdk/@launchdarkly/observability-react-native": "0.8.0",
99
"sdk/@launchdarkly/react-native-ld-session-replay": "0.3.0",
10-
"sdk/@launchdarkly/session-replay": "1.1.0",
11-
"sdk/highlight-run": "9.28.0",
10+
"sdk/@launchdarkly/session-replay": "1.1.1",
11+
"sdk/highlight-run": "10.0.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.1](https://github.com/launchdarkly/observability-sdk/compare/observability-1.1.0...observability-1.1.1) (2026-03-30)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* highlight.run bumped to 10.0.0
11+
312
## [1.1.0](https://github.com/launchdarkly/observability-sdk/compare/observability-1.0.3...observability-1.1.0) (2026-03-26)
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.0",
3+
"version": "1.1.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+
## [1.1.1](https://github.com/launchdarkly/observability-sdk/compare/session-replay-1.1.0...session-replay-1.1.1) (2026-03-30)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* highlight.run bumped to 10.0.0
11+
312
## [1.1.0](https://github.com/launchdarkly/observability-sdk/compare/session-replay-1.0.3...session-replay-1.1.0) (2026-03-26)
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.0",
3+
"version": "1.1.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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# highlight.run
22

3+
## [10.0.0](https://github.com/launchdarkly/observability-sdk/compare/highlight.run-9.28.0...highlight.run-10.0.0) (2026-03-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Support clicks and custom event tracing ([#432](https://github.com/launchdarkly/observability-sdk/issues/432))
9+
10+
### Features
11+
12+
* Support clicks and custom event tracing ([#432](https://github.com/launchdarkly/observability-sdk/issues/432)) ([b6b10ea](https://github.com/launchdarkly/observability-sdk/commit/b6b10eaf24488ef9545ab58b745daf8b30680242))
13+
314
## [9.28.0](https://github.com/launchdarkly/observability-sdk/compare/highlight.run-9.27.1...highlight.run-9.28.0) (2026-03-26)
415

516

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