docs(kmp): Document Replay and fill feature documentation gaps - #19455
Merged
Merged
Conversation
Document shared Replay configuration and platform limitations for KMP apps. Reuse Size Analysis includes and route snapshot setup to native workflows. Link the guides from the KMP features and Compose Multiplatform pages. Co-Authored-By: GPT-6 <noreply@openai.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Remove Replay promotion from the CMP guide and state that the Replay guide covers native Android and iOS UI. Co-Authored-By: GPT-6 <noreply@openai.com>
Keep the new feature documentation linked from KMP Features only. Co-Authored-By: GPT-6 <noreply@openai.com>
Replace the custom Replay and pre-release heading with a feature list using PlatformLink. Co-Authored-By: GPT-6 <noreply@openai.com>
Use numbered snapshot setup steps, remove duplicate CI guidance, and add Size Analysis upload links. Clarify that iOS deployment requirements follow the SDK versions in use. Co-Authored-By: GPT-6 <noreply@openai.com>
Co-Authored-By: GPT-6 <noreply@openai.com>
Remove redundant compatibility and manual-controls wording. Co-Authored-By: GPT-6 <noreply@openai.com>
Remove repeated setup instructions and unverified CMP snapshot guidance. Co-Authored-By: GPT-6 <noreply@openai.com>
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
No unresolved review issues were identified.
Pull request overview
This pull request adds Kotlin Multiplatform guides for Session Replay, Size Analysis, and Snapshots, linked from the KMP Features page.
Changes:
- Documents Session Replay setup, sampling, privacy, and native configuration.
- Adds Android and iOS Size Analysis upload guidance.
- Adds Snapshot generation, upload, and CI workflows.
File summaries
| File | Description |
|---|---|
docs/platforms/kotlin/guides/kotlin-multiplatform/snapshots/index.mdx |
Native snapshot generation and CI guidance |
docs/platforms/kotlin/guides/kotlin-multiplatform/size-analysis/index.mdx |
Android and iOS Size Analysis workflows |
docs/platforms/kotlin/guides/kotlin-multiplatform/session-replay/index.mdx |
Session Replay setup and configuration |
docs/platforms/kotlin/guides/kotlin-multiplatform/features/index.mdx |
Links to the new feature guides |
Review details
- Files reviewed: 4/4 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Add shared configuration guidance and links for app responsiveness and sessions. Document dynamic log levels and the existing Apple App Hang timeout limitation. Co-Authored-By: GPT-6 <noreply@openai.com>
coolguyzone
approved these changes
Sep 18, 2026
coolguyzone
left a comment
Contributor
There was a problem hiding this comment.
Big lift, thanks for updating!
This branch was successfully deployed
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.
DESCRIBE YOUR PR
Document Session Replay, Size Analysis, and Snapshots for KMP apps, and fill gaps in ANR/App Hang configuration, generic logging, and Release Health. Link the feature guides from KMP Features and the options reference.
The Replay guide follows the shared KMP API and Android/iOS mappings, with Compose Multiplatform UI explicitly unsupported. Size Analysis reuses existing upload includes; Snapshots links to native generation and shared upload workflows. The additional guidance covers dynamic log levels and session tracking, and calls out the existing Apple App Hang timeout-unit bug in KMP 0.5.0–0.27.0.
IS YOUR CHANGE URGENT?
PRE-MERGE CHECKLIST