feat: cocoapods support for session replay#153
Merged
mario-launchdarkly merged 3 commits intomainfrom Mar 17, 2026
Merged
Conversation
abelonogov-ld
approved these changes
Mar 17, 2026
abelonogov-ld
pushed a commit
that referenced
this pull request
Mar 17, 2026
🤖 I have created a release *beep* *boop* --- ## [0.26.0](0.25.0...0.26.0) (2026-03-17) ### Features * cocoapods support for session replay ([#153](#153)) ([2aea30a](2aea30a)) --- 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** > Release-only version bumps and changelog updates; no functional code changes beyond updating reported SDK version. > > **Overview** > Bumps the package version to **0.26.0** across `release-please` manifest, both CocoaPods podspecs (`LaunchDarklyObservability` and `LaunchDarklySessionReplay`), and the `sdkVersion` constant. > > Updates `CHANGELOG.md` with the 0.26.0 release entry (noting CocoaPods support for session replay). > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit b80efcb. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
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.
Note
Low Risk
Low risk: changes only CocoaPods dependency declarations and does not modify runtime code; potential impact is limited to pod resolution/build configuration for consumers.
Overview
Removes the explicit CocoaPods dependency on
LaunchDarklyObservability/Commonfrom theLaunchDarklySessionReplaysubspec, leavingLaunchDarklyObservabilityas the sole observability dependency.This simplifies pod resolution for Session Replay consumers and relies on
LaunchDarklyObservabilityto bring in any required shared components transitively.Written by Cursor Bugbot for commit a1efe70. This will update automatically on new commits. Configure here.