chore: release main#656
Merged
Merged
Conversation
abelonogov-ld
approved these changes
Jun 27, 2026
Contributor
Author
|
🤖 Created releases: 🌻 |
abelonogov-ld
added a commit
that referenced
this pull request
Jun 30, 2026
* main: (39 commits) chore: release main (#666) feat: Propagate session replay frameRate, scale, and sampleRate in React Native (#661) ci: skip yarn test for .NET/Python/Ruby plugin-only changes (#664) chore: release main (#663) chore: Skip yarn test for Android and MAUI, Flutter PRs (#662) feat: client-side sampleRate to Android session replay (#660) chore: release main (#659) feat(observability-react-native): expose LDTracer with withSpan via getTracer() (#658) chore: release main (#657) feat(ruby): boot-time OTel auto-instrumentation; keep it working on Rails 7.0 (#643) feat: add GraphQL operation attributes to instrumented spans (#644) chore: release main (#656) feat(observability-react-native): accept plain nested dictionaries in track (#650) chore: release main (#655) fix: backendurl and otlpendpoind pass through (#648) feat(session-replay-react-native): support React Native legacy architecture (RN 0.75+) (#653) fix: MAUI - drop OTel activity instrumentation dependency (#651) chore: release main (#652) feat: supporting advanced trace cases (#645) chore: release main (#649) ... # Conflicts: # sdk/@launchdarkly/flutter/packages/observability/ios/launchdarkly_flutter_observability.podspec # sdk/@launchdarkly/flutter/packages/observability/ios/launchdarkly_flutter_observability/Package.swift
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
observability-react-native: 0.11.0
0.11.0 (2026-06-26)
Features
session-replay-react-native: 0.14.0
0.14.0 (2026-06-26)
Features
Dependencies
This PR was generated with Release Please. See documentation.
Note
Low Risk
Version and changelog-only release with no runtime code changes in this PR.
Overview
Release Please cut for two React Native packages:
@launchdarkly/observability-react-native0.11.0 and@launchdarkly/session-replay-react-native0.14.0.The observability release documents 0.11.0 with a feature from #650:
trackaccepts plain nested dictionaries (aligned with native SDK behavior—nested objects flattened to dotted span attributes). This PR only updates version fields, changelogs, and.release-please-manifest.json; it does not include the implementation diff.Session replay 0.14.0 is a companion release that bumps its dependency on
@launchdarkly/observability-react-nativeto 0.11.0 and records the same feature in its changelog.Reviewed by Cursor Bugbot for commit e646020. Bugbot is set up for automated code reviews on this repo. Configure here.