Skip to content

Commit 03f01ed

Browse files
chore: release main (#282)
🤖 I have created a release *beep* *boop* --- <details><summary>launchdarkly-observability-android: 0.13.1</summary> ## [0.13.1](launchdarkly-observability-android-0.13.0...launchdarkly-observability-android-0.13.1) (2025-11-03) ### Bug Fixes * O11Y-725 - Bug fix to avoid creating multiple OpenTelemetryRum instances when secondaryMobileKeys are set ([#281](#281)) ([09b2390](09b2390)) </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 observability-android 0.13.1 with a bug fix preventing multiple OpenTelemetryRum instances; update manifest and version. > > - **SDK: `sdk/@launchdarkly/observability-android`** > - Release `0.13.1`. > - Bug fix: prevent multiple `OpenTelemetryRum` instances when `secondaryMobileKeys` are set (`CHANGELOG.md`). > - **Release config** > - Bump `sdk/@launchdarkly/observability-android` to `0.13.1` in `.release-please-manifest.json` and `gradle.properties`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 10cd404. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 09b2390 commit 03f01ed

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"go": "0.4.0",
33
"sdk/@launchdarkly/observability": "0.4.7",
4-
"sdk/@launchdarkly/observability-android": "0.13.0",
4+
"sdk/@launchdarkly/observability-android": "0.13.1",
55
"sdk/@launchdarkly/observability-dotnet": "0.3.0",
66
"sdk/@launchdarkly/observability-node": "0.3.1",
77
"sdk/@launchdarkly/observability-python": "0.1.1",

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.13.1](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-android-0.13.0...launchdarkly-observability-android-0.13.1) (2025-11-03)
4+
5+
6+
### Bug Fixes
7+
8+
* O11Y-725 - Bug fix to avoid creating multiple OpenTelemetryRum instances when secondaryMobileKeys are set ([#281](https://github.com/launchdarkly/observability-sdk/issues/281)) ([09b2390](https://github.com/launchdarkly/observability-sdk/commit/09b2390c007bcf309e87a3366754878f63424a85))
9+
310
## [0.13.0](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-android-0.12.0...launchdarkly-observability-android-0.13.0) (2025-10-31)
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.13.0
7+
version=0.13.1
88
#x-release-please-end

0 commit comments

Comments
 (0)