RFC: browser event capture - #145
Open
rgarcia wants to merge 5 commits into
Open
Conversation
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
Design document for a configurable browser event streaming system on the image server.
Target.setAutoAttachwithflatten: truenetwork_idle,layout_settled,navigation_settled(composite of dom_content_loaded + network_idle + layout_settled)POST /events/startwith a config bodytruncatedflagThe full RFC is in
.cursor/plans/2026-02-05-events.md. Also addsdevtools-protocol/as a reference for CDP domain definitions.Test plan
Made with Cursor
Note
Low Risk
Documentation-only change that adds no runtime code or API surface; low risk aside from potentially setting expectations for future implementation.
Overview
Adds a new RFC document (
.cursor/plans/2026-02-05-events.md) describing a proposed browser event capture/streaming system for the image server.The doc specifies the intended event schema, capture configuration and endpoints (
/events/start,/events/stop,/events/stream), computed “settling” events, multi-target CDP strategy, screenshot/S2 streaming approach, and a planned testing matrix.Written by Cursor Bugbot for commit 30372ae. This will update automatically on new commits. Configure here.