Skip to content

Commit 95248c1

Browse files
chore: release main (#246)
🤖 I have created a release *beep* *boop* --- <details><summary>launchdarkly-observability-android: 0.9.0</summary> ## [0.9.0](launchdarkly-observability-android-0.8.0...launchdarkly-observability-android-0.9.0) (2025-10-01) ### Features * O11Y-398 - Disable config options implemented ([#239](#239)) ([3548b42](3548b42)) </details> <details><summary>observability: 0.4.3</summary> ## [0.4.3](observability-0.4.2...observability-0.4.3) (2025-10-01) ### Dependencies * The following workspace dependencies were updated * dependencies * highlight.run bumped to 9.22.0 </details> <details><summary>session-replay: 0.4.3</summary> ## [0.4.3](session-replay-0.4.2...session-replay-0.4.3) (2025-10-01) ### Dependencies * The following workspace dependencies were updated * dependencies * highlight.run bumped to 9.22.0 </details> <details><summary>highlight.run: 9.22.0</summary> ## [9.22.0](highlight.run-9.21.1...highlight.run-9.22.0) (2025-10-01) ### Features * add addSessionProperties to RecordSDK ([#247](#247)) ([1969e1a](1969e1a)) * config options to customize privacy classes and selectors ([#241](#241)) ([97c72db](97c72db)) </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] > Release new versions across packages, adding highlight.run features and updating dependents; Android SDK gains a config-disabling feature. > > - **Releases**: > - `sdk/highlight-run` → `9.22.0` > - Features: `addSessionProperties` in Record SDK; configurable privacy classes/selectors. > - `sdk/@launchdarkly/observability-android` → `0.9.0` > - Feature: implement disabling of config options. > - `sdk/@launchdarkly/observability` → `0.4.3` > - Dependency: `highlight.run` bumped to `9.22.0`. > - `sdk/@launchdarkly/session-replay` → `0.4.3` > - Dependency: `highlight.run` bumped to `9.22.0`. > - **Version metadata**: > - Update `package.json`, `gradle.properties`, and `.release-please-manifest.json` to new versions. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit b1c0517. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 1969e1a commit 95248c1

File tree

9 files changed

+41
-8
lines changed

9 files changed

+41
-8
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"go": "0.3.0",
3-
"sdk/@launchdarkly/observability": "0.4.2",
4-
"sdk/@launchdarkly/observability-android": "0.8.0",
3+
"sdk/@launchdarkly/observability": "0.4.3",
4+
"sdk/@launchdarkly/observability-android": "0.9.0",
55
"sdk/@launchdarkly/observability-dotnet": "0.3.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.2",
10-
"sdk/highlight-run": "9.21.1"
9+
"sdk/@launchdarkly/session-replay": "0.4.3",
10+
"sdk/highlight-run": "9.22.0"
1111
}

sdk/@launchdarkly/observability-android/CHANGELOG.md

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

3+
## [0.9.0](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-android-0.8.0...launchdarkly-observability-android-0.9.0) (2025-10-01)
4+
5+
6+
### Features
7+
8+
* O11Y-398 - Disable config options implemented ([#239](https://github.com/launchdarkly/observability-sdk/issues/239)) ([3548b42](https://github.com/launchdarkly/observability-sdk/commit/3548b42c6f4dbf3c710b508cb817b78cfc47448c))
9+
310
## [0.8.0](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-android-0.7.0...launchdarkly-observability-android-0.8.0) (2025-09-26)
411

512

sdk/@launchdarkly/observability-android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
android.useAndroidX=true
55

66
#x-release-please-start-version
7-
version=0.8.0
7+
version=0.9.0
88
#x-release-please-end

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.3](https://github.com/launchdarkly/observability-sdk/compare/observability-0.4.2...observability-0.4.3) (2025-10-01)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* highlight.run bumped to 9.22.0
11+
312
## [0.4.2](https://github.com/launchdarkly/observability-sdk/compare/observability-0.4.1...observability-0.4.2) (2025-09-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.2",
3+
"version": "0.4.3",
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.3](https://github.com/launchdarkly/observability-sdk/compare/session-replay-0.4.2...session-replay-0.4.3) (2025-10-01)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* highlight.run bumped to 9.22.0
11+
312
## [0.4.2](https://github.com/launchdarkly/observability-sdk/compare/session-replay-0.4.1...session-replay-0.4.2) (2025-09-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.2",
3+
"version": "0.4.3",
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.0](https://github.com/launchdarkly/observability-sdk/compare/highlight.run-9.21.1...highlight.run-9.22.0) (2025-10-01)
4+
5+
6+
### Features
7+
8+
* add addSessionProperties to RecordSDK ([#247](https://github.com/launchdarkly/observability-sdk/issues/247)) ([1969e1a](https://github.com/launchdarkly/observability-sdk/commit/1969e1a04c2380fa30a068af2c6e0d05780e0495))
9+
* config options to customize privacy classes and selectors ([#241](https://github.com/launchdarkly/observability-sdk/issues/241)) ([97c72db](https://github.com/launchdarkly/observability-sdk/commit/97c72dbfcb15cd7afe4dab78dcc1b9435c61ffc5))
10+
311
## [9.21.1](https://github.com/launchdarkly/observability-sdk/compare/highlight.run-9.21.0...highlight.run-9.21.1) (2025-09-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.21.1",
3+
"version": "9.22.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)