Skip to content

Commit 28ffae1

Browse files
chore: release main (#470)
🤖 I have created a release *beep* *boop* --- <details><summary>launchdarkly-observability-android: 0.39.0</summary> ## [0.39.0](launchdarkly-observability-android-0.38.0...launchdarkly-observability-android-0.39.0) (2026-04-17) ### Features * [SDK-2197] Add `LDReplay. registerActivity()` method for React Native. ([#472](#472)) ([f99b566](f99b566)) </details> <details><summary>session-replay-react-native: 0.4.0</summary> ## [0.4.0](session-replay-react-native-0.3.0...session-replay-react-native-0.4.0) (2026-04-17) ### Features * [SDK-2121] implement session replay for react native android ([#456](#456)) ([a5af1d8](a5af1d8)) * [SDK-2190] add dialogs to the RN session replay example app ([#471](#471)) ([c677962](c677962)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). [SDK-2197]: https://launchdarkly.atlassian.net/browse/SDK-2197?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ [SDK-2121]: https://launchdarkly.atlassian.net/browse/SDK-2121?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ [SDK-2190]: https://launchdarkly.atlassian.net/browse/SDK-2190?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Release-only version/changelog updates with no functional code changes in this PR; risk is limited to publishing/packaging correctness. > > **Overview** > Updates release metadata to publish new versions of **Android observability** and **React Native session replay** packages. > > Bumps `sdk/@launchdarkly/observability-android` from `0.38.0` to `0.39.0` (manifest + Gradle version) and records the new changelog entry noting `LDReplay.registerActivity()` support for React Native. > > Bumps `@launchdarkly/session-replay-react-native` from `0.3.0` to `0.4.0` (manifest + `package.json`) and updates its changelog to include React Native Android session replay implementation and example app dialog coverage. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 0dad023. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent f99b566 commit 28ffae1

5 files changed

Lines changed: 19 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"go": "1.1.0",
33
"sdk/@launchdarkly/observability": "1.1.2",
4-
"sdk/@launchdarkly/observability-android": "0.38.0",
4+
"sdk/@launchdarkly/observability-android": "0.39.0",
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",
9-
"sdk/@launchdarkly/react-native-ld-session-replay": "0.3.0",
9+
"sdk/@launchdarkly/react-native-ld-session-replay": "0.4.0",
1010
"sdk/@launchdarkly/session-replay": "1.1.2",
1111
"sdk/highlight-run": "10.0.0",
1212
"sdk/@launchdarkly/observability-ruby": "0.2.0"

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.39.0](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-android-0.38.0...launchdarkly-observability-android-0.39.0) (2026-04-17)
4+
5+
6+
### Features
7+
8+
* [SDK-2197] Add `LDReplay. registerActivity()` method for React Native. ([#472](https://github.com/launchdarkly/observability-sdk/issues/472)) ([f99b566](https://github.com/launchdarkly/observability-sdk/commit/f99b5660f68ac8ec1edf94f27e9eb29dea7c4d93))
9+
310
## [0.38.0](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-android-0.37.0...launchdarkly-observability-android-0.38.0) (2026-04-13)
411

512

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ android.useAndroidX=true
55
org.jetbrains.dokka.experimental.gradle.pluginMode=V2EnabledWithHelpers
66

77
#x-release-please-start-version
8-
version=0.38.0
8+
version=0.39.0
99
#x-release-please-end

sdk/@launchdarkly/react-native-ld-session-replay/CHANGELOG.md

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

3+
## [0.4.0](https://github.com/launchdarkly/observability-sdk/compare/session-replay-react-native-0.3.0...session-replay-react-native-0.4.0) (2026-04-17)
4+
5+
6+
### Features
7+
8+
* [SDK-2121] implement session replay for react native android ([#456](https://github.com/launchdarkly/observability-sdk/issues/456)) ([a5af1d8](https://github.com/launchdarkly/observability-sdk/commit/a5af1d8368fc06ffbef9b486f4b40cbfd7390ef3))
9+
* [SDK-2190] add dialogs to the RN session replay example app ([#471](https://github.com/launchdarkly/observability-sdk/issues/471)) ([c677962](https://github.com/launchdarkly/observability-sdk/commit/c6779627f17bdb161b4fb79092dd6743ad54f9bf))
10+
311
## [0.3.0](https://github.com/launchdarkly/observability-sdk/compare/session-replay-react-native-0.2.2...session-replay-react-native-0.3.0) (2026-03-26)
412

513

sdk/@launchdarkly/react-native-ld-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-react-native",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "session replay for react native",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)