docs(android): Document manual Session Replay controls - #19077
Merged
Conversation
Explain how to start full-session or buffered recording. Document how pause, resume, stop, and flush affect the active replay. Describe manual startup with zero sample rates and the remaining on-error sampling behavior. Refs JAVA-691 Co-Authored-By: OpenAI Codex <noreply@openai.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
romtsn
marked this pull request as ready for review
August 19, 2026 13:44
0xadam-brown
approved these changes
Aug 21, 2026
runningcode
reviewed
Aug 24, 2026
runningcode
left a comment
Contributor
There was a problem hiding this comment.
LGTM, just some questions for my understanding!
coolguyzone
reviewed
Aug 24, 2026
coolguyzone
reviewed
Aug 24, 2026
coolguyzone
reviewed
Aug 24, 2026
coolguyzone
approved these changes
Aug 24, 2026
coolguyzone
left a comment
Contributor
There was a problem hiding this comment.
Looks good, thanks for updating.
Document that manual pause survives automatic replay restarts in the same process and requires an explicit resume. Refs JAVA-691 Co-Authored-By: Codex <noreply@openai.com>
9 tasks
Explain when to keep replay paused and where to resume after deep links, notifications, or normal navigation. Refs JAVA-691 Co-Authored-By: Codex <noreply@openai.com>
Address review wording and distinguish automatic buffered replay uploads from explicit flushes. Document how stop handles pending session and buffer data. Refs JAVA-691 Co-Authored-By: Codex <noreply@openai.com>
Use the SDK default of 30 seconds consistently for buffered Session Replay documentation. Refs JAVA-691 Co-Authored-By: Codex <noreply@openai.com>
romtsn
commented
Aug 27, 2026
romtsn
commented
Aug 27, 2026
Co-authored-by: Roman Zavarnitsyn <rom4ek93@gmail.com>
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 manual Session Replay control for Android, including:
0.0This gives Android developers the same manual lifecycle guidance available for the JavaScript SDK while documenting Android-specific behavior such as the 30-second buffer and persistent manual pause.
Depends on getsentry/sentry-java#5978.
Refs JAVA-691
IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs to go live.
SLA
Thanks in advance for your help!
PRE-MERGE CHECKLIST