Skip to content
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

Update vm_service to 11.0.0 and finish profiling migration #5105

Merged
merged 24 commits into from
Feb 21, 2023

Conversation

CoderDake
Copy link
Contributor

@CoderDake CoderDake commented Jan 24, 2023

Blocked waiting for https://dart-review.googlesource.com/c/sdk/+/279122 to be merged and be available on the latest flutter candidate.

Addresses some comments in: #2860

Details

This PR migrates vm_service to 11.0.0 in order to benefit from certain ids being String instead of int.
This finalizes the migration that will ensure that all recorded network requests show up in the Network tab. Previously integer overflows were causing those requests to be lost.

RELEASE_NOTE_EXCEPTION=Internal migration only

CoderDake added a commit to CoderDake/devtools that referenced this pull request Jan 25, 2023
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.

2 questions but generally lgtm

@CoderDake CoderDake changed the title Migrate NetworkProfiling Ids from int to String Update vm_service to 11.0.0 and finish profiling migration Feb 6, 2023
@CoderDake CoderDake marked this pull request as ready for review February 7, 2023 15:28
@CoderDake CoderDake requested a review from a team as a code owner February 7, 2023 15:28
@CoderDake CoderDake requested review from bkonyi and removed request for a team February 7, 2023 15:28
@CoderDake
Copy link
Contributor Author

The tests should pass once the new test_core package is published

@CoderDake CoderDake merged commit 07aeece into flutter:master Feb 21, 2023
@CoderDake CoderDake deleted the network-id-migration branch February 21, 2023 14:17
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.

None yet

3 participants