Skip to content

Fix record experience so we only get requests that occur while recording. #7626

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Apr 29, 2024

Conversation

CoderDake
Copy link
Contributor

@CoderDake CoderDake commented Apr 19, 2024

If pausing and resuming recording, DT would pick up everying since recording was paused. This PR makes it so that only requests that occur during recording are polled for.

Fixes #7618

Screen.Recording.2024-04-19.at.10.49.36.AM.mov

@CoderDake CoderDake marked this pull request as ready for review April 19, 2024 17:05
@CoderDake CoderDake requested review from kenzieschmoll, bkonyi and a team as code owners April 19, 2024 17:05
@CoderDake CoderDake added the autosubmit Merge PR when tree becomes green via auto submit App label Apr 22, 2024
@auto-submit auto-submit bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Apr 22, 2024
Copy link

auto-submit bot commented Apr 22, 2024

auto label is removed for flutter/devtools/7626, due to - The status or check suite devtools_app integration-test integration_dart2js - flutter - shard 3/3 has failed. Please fix the issues identified (or deflake) before re-applying this label.

Copy link
Member

@kenzieschmoll kenzieschmoll left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm with one comment

@CoderDake CoderDake merged commit 2800dee into flutter:master Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

unpausing network recording grabs all requests during pause period
3 participants