-
Notifications
You must be signed in to change notification settings - Fork 29.8k
[flutter_tools] replace --no-analytics with --suppress-analytics #123133
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
[flutter_tools] replace --no-analytics with --suppress-analytics #123133
Conversation
andrewkolos
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Gonna have to move the flag to after pub, and then update all tests |
loic-sharma
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Consider running the run output tests using led to verify these don't flake any more.

Fixes #123118
Fixes #123066