Skip to content

Commit d24a890

Browse files
chore: release main (#385)
🤖 I have created a release *beep* *boop* --- <details><summary>observability: 1.0.2</summary> ## [1.0.2](observability-1.0.1...observability-1.0.2) (2026-02-23) ### Dependencies * The following workspace dependencies were updated * dependencies * highlight.run bumped to 9.27.0 </details> <details><summary>session-replay: 1.0.2</summary> ## [1.0.2](session-replay-1.0.1...session-replay-1.0.2) (2026-02-23) ### Dependencies * The following workspace dependencies were updated * dependencies * highlight.run bumped to 9.27.0 </details> <details><summary>highlight.run: 9.27.0</summary> ## [9.27.0](highlight.run-9.26.1...highlight.run-9.27.0) (2026-02-23) ### Features * add session replay support for react native ([#357](#357)) ([7f6ed30](7f6ed30)) </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** > Version/changelog/manifest updates only; no source logic changes in this diff beyond consuming the new `highlight.run` release. > > **Overview** > **Release bump PR** updating published versions across the workspace. > > Bumps `highlight.run` from `9.26.1` to `9.27.0` (changelog notes React Native session replay support), and bumps `@launchdarkly/observability` and `@launchdarkly/session-replay` from `1.0.1` to `1.0.2` to pick up the updated `highlight.run` dependency; manifests and changelogs are updated accordingly. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 27f0e71. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent d012adc commit d24a890

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": "1.0.0",
3-
"sdk/@launchdarkly/observability": "1.0.1",
3+
"sdk/@launchdarkly/observability": "1.0.2",
44
"sdk/@launchdarkly/observability-android": "0.26.0",
55
"sdk/@launchdarkly/observability-dotnet": "1.0.0",
66
"sdk/@launchdarkly/observability-node": "1.0.1",
77
"sdk/@launchdarkly/observability-python": "1.1.0",
88
"sdk/@launchdarkly/observability-react-native": "0.7.0",
9-
"sdk/@launchdarkly/session-replay": "1.0.1",
10-
"sdk/highlight-run": "9.26.1"
9+
"sdk/@launchdarkly/session-replay": "1.0.2",
10+
"sdk/highlight-run": "9.27.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+
## [1.0.2](https://github.com/launchdarkly/observability-sdk/compare/observability-1.0.1...observability-1.0.2) (2026-02-23)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* highlight.run bumped to 9.27.0
11+
312
## [1.0.1](https://github.com/launchdarkly/observability-sdk/compare/observability-1.0.0...observability-1.0.1) (2026-02-13)
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.0.1",
3+
"version": "1.0.2",
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.0.2](https://github.com/launchdarkly/observability-sdk/compare/session-replay-1.0.1...session-replay-1.0.2) (2026-02-23)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* highlight.run bumped to 9.27.0
11+
312
## [1.0.1](https://github.com/launchdarkly/observability-sdk/compare/session-replay-1.0.0...session-replay-1.0.1) (2026-02-13)
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.0.1",
3+
"version": "1.0.2",
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.27.0](https://github.com/launchdarkly/observability-sdk/compare/highlight.run-9.26.1...highlight.run-9.27.0) (2026-02-23)
4+
5+
6+
### Features
7+
8+
* add session replay support for react native ([#357](https://github.com/launchdarkly/observability-sdk/issues/357)) ([7f6ed30](https://github.com/launchdarkly/observability-sdk/commit/7f6ed3041ed641be47b1f5c2e0d30d4ef1727bd0))
9+
310
## [9.26.1](https://github.com/launchdarkly/observability-sdk/compare/highlight.run-9.26.0...highlight.run-9.26.1) (2026-02-13)
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": "9.26.1",
3+
"version": "9.27.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)