Skip to content

Clean up analytics opt in/out flags - #132588

Merged
auto-submit[bot] merged 9 commits into
flutter:masterfrom
eliasyishak:132258-clean-up-commands-for-analytics-opt-out
Sep 12, 2023
Merged

Clean up analytics opt in/out flags#132588
auto-submit[bot] merged 9 commits into
flutter:masterfrom
eliasyishak:132258-clean-up-commands-for-analytics-opt-out

Conversation

@eliasyishak

@eliasyishakeliasyishak commented Aug 15, 2023

Copy link
Copy Markdown
Contributor

Fixes:

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the Flutter Style Guide, including Features we expect every widget to implement.
  • I signed the CLA.
  • I listed at least one issue that this PR fixes in the description above.
  • I updated/added relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making, or this PR is test-exempt.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

@eliasyishakeliasyishak linked an issue Aug 15, 2023 that may be closed by this pull request
@github-actionsgithub-actionsBot added the tool Affects the "flutter" command-line tool. See also t: labels. label Aug 15, 2023
@eliasyishak
eliasyishak requested a review from HixieAugust 15, 2023 21:34
@eliasyishak
eliasyishak marked this pull request as draft August 24, 2023 20:15
@eliasyishak
eliasyishak marked this pull request as ready for review September 11, 2023 16:25
@eliasyishak

Copy link
Copy Markdown
ContributorAuthor

@Hixie this PR is now ready for a review now that the PDD has been updated to change the text around the flag we use.

Comment threadpackages/flutter_tools/lib/src/commands/config.dart Outdated
@@ -15,7 +15,8 @@ import '../runner/flutter_command.dart';
class ConfigCommand extends FlutterCommand {
ConfigCommand({ bool verboseHelp = false }) {
argParser.addFlag('analytics',

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

do we want to hide this one by default, since it's redundant with the other ones?

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

I think that's a good idea, i have hidden it so that it only shows up when running in verbose mode

@HixieHixie left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM modulo the minor comments above

@eliasyishakeliasyishak added the autosubmit Merge PR when tree becomes green via auto submit App label Sep 12, 2023
@auto-submit
auto-submitBot merged commit e9beaea into flutter:masterSep 12, 2023
@eliasyishak
eliasyishak deleted the 132258-clean-up-commands-for-analytics-opt-out branch September 12, 2023 22:50
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Sep 13, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Sep 13, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Sep 13, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Sep 13, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Sep 13, 2023
Mairramer pushed a commit to Mairramer/flutter that referenced this pull request Oct 10, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Nov 15, 2023
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autosubmitMerge PR when tree becomes green via auto submit ApptoolAffects the "flutter" command-line tool. See also t: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clean up commands for analytics opt out

2 participants

@eliasyishak@Hixie