[Browser Rendering] Add session recording docs#29284
Merged
kathayl merged 17 commits intoproductionfrom Apr 15, 2026
Merged
Conversation
Contributor
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
Contributor
|
Preview URL: https://8a194b78.preview.developers.cloudflare.com Files with changes (up to 15) |
4 tasks
kathayl
reviewed
Apr 2, 2026
kathayl
reviewed
Apr 2, 2026
kathayl
reviewed
Apr 2, 2026
kathayl
reviewed
Apr 2, 2026
kathayl
reviewed
Apr 2, 2026
kathayl
reviewed
Apr 10, 2026
kathayl
approved these changes
Apr 13, 2026
pedrosousa
reviewed
Apr 13, 2026
pedrosousa
reviewed
Apr 13, 2026
pedrosousa
reviewed
Apr 13, 2026
pedrosousa
reviewed
Apr 13, 2026
Co-authored-by: Pedro Sousa <680496+pedrosousa@users.noreply.github.com>
Co-authored-by: Pedro Sousa <680496+pedrosousa@users.noreply.github.com>
Co-authored-by: Pedro Sousa <680496+pedrosousa@users.noreply.github.com>
Contributor
|
need to add in retention duration of session recording
|
- Rename 'Workers Bindings' to 'Browser Sessions' in limits section
- Import InlineBadge component - Add beta preset badge above intro paragraph
Clarified the retention period for recordings in the documentation.
Contributor
|
@copilot resolve the merge conflicts in this pull request |
pedrosousa
approved these changes
Apr 14, 2026
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
src/content/docs/browser-rendering/features/session-recording.mdx, a new how-to page documenting the session recording feature for Browser Renderingrecording: trueonlaunch()(Puppeteer and Playwright), viewing recordings in the dashboard, retrieving recordings via the API, replaying locally with rrweb-player, platform limits, and rrweb-specific limitationsWhat's new
## Enable session recording—launch()code examples for Puppeteer and Playwright, with a note that recordings are finalized on session close## View recordings— dashboard link to Browser Rendering > Logs## Retrieve a recording via API—GET /recording/:sessionIdcurl example and response field table## Replay a recording locally— collapsible note on rrweb-player compatibility## Limits— opt-in,launch()only, 2-hour max## rrweb limitations— canvas, cross-origin iframes, video/audio, WebGL, masked input fields, large pages