chore(session-replay-react-native): require AmplitudeSessionReplay >=0.11.0#1785
Draft
aliaksandr-kazarez wants to merge 1 commit into
Draft
chore(session-replay-react-native): require AmplitudeSessionReplay >=0.11.0#1785aliaksandr-kazarez wants to merge 1 commit into
aliaksandr-kazarez wants to merge 1 commit into
Conversation
…0.11.0 Bump the AmplitudeSessionReplay CocoaPod lower bound from >=0.9.5 to >=0.11.0 in both RN Session Replay podspecs so the RN SDK pulls in the conservative-masking fix (SDKRN-10): conservative masking now detects RCTTextView / RCTParagraphComponentView. Source release: session-replay-ios v0.11.0. Relates to SDKRN-9 / SDKRN-11. Co-authored-by: Cursor <cursoragent@cursor.com>
size-limit report 📦
|
Merged
2 tasks
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.
Summary
Bumps the
AmplitudeSessionReplayCocoaPod lower bound from>=0.9.5to>=0.11.0in both React Native Session Replay podspecs so the RN SDK actually requires the conservative-masking fix:packages/plugin-session-replay-react-native/amplitude-plugin-session-replay-react-native.podspecpackages/session-replay-react-native/AmplitudeSessionReplayReactNative.podspecThe fix (SDKRN-10) makes conservative masking detect
RCTTextView/RCTParagraphComponentView. Source release:session-replay-iosv0.11.0.Relates to SDKRN-9 / SDKRN-11.
This PR must not be merged until the
AmplitudeSessionReplaydistribution pod publishes 0.11.0. As of this writing:amplitude/session-replay-ios(source SDK) released v0.11.0 (2026-06-01) — contains the conservative-masking fix.amplitude/AmplitudeSessionReplay-iOS(distribution repo, vendored XCFramework) latest release is only v0.10.1; itsAmplitudeSessionReplay.podspecis pinned at0.10.1.pod trunk info AmplitudeSessionReplay) tops out at 0.10.1 — no 0.11.0 spec exists.If merged now,
pod installwould fail to resolveAmplitudeSessionReplay >= 0.11.0.Unblock steps (in
amplitude/AmplitudeSessionReplay-iOS)AmplitudeSessionReplay.xcframework.zipfrom thesession-replay-iosv0.11.0 release intoFrameworks/and commit with a conventional-commit message (so semantic-release computes 0.11.0)..github/workflows/release.yml,workflow_dispatch) withdryRun=false. It runspod lib lint, thensemantic-release, which tagsv0.11.0, creates the GitHub release, and pushes the spec to CocoaPods trunk (COCOAPODS_TRUNK_TOKEN).pod trunk info AmplitudeSessionReplay(should list 0.11.0).Once 0.11.0 is on trunk, mark this PR ready for review and merge.
Test plan
AmplitudeSessionReplay 0.11.0published to CocoaPods trunk.pod installresolvesAmplitudeSessionReplay >= 0.11.0in the RN example apps.Made with Cursor