Skip to content

Commit 2aea30a

Browse files
feat: cocoapods support for session replay (#153)
<!-- CURSOR_SUMMARY --> > [!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/Common` from the `LaunchDarklySessionReplay` subspec, leaving `LaunchDarklyObservability` as the sole observability dependency. > > This simplifies pod resolution for Session Replay consumers and relies on `LaunchDarklyObservability` to bring in any required shared components transitively. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit a1efe70. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 549cc34 commit 2aea30a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

LaunchDarklySessionReplay.podspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ Pod::Spec.new do |s|
3535
'OTHER_SWIFT_FLAGS' => '$(inherited) -package-name LaunchDarklyObservability'
3636
}
3737
ss.dependency "LaunchDarklySessionReplay/SessionReplayC"
38-
ss.dependency "LaunchDarklyObservability/Common"
3938
ss.dependency "LaunchDarklyObservability"
4039
end
4140

0 commit comments

Comments
 (0)