Ben Konyi
Ben Konyi
What sort of telemetry are you looking for? The number of invocations of `dart mcp-server`? We already collect data for high-level command usage details.
Thanks for the PR @Adam-Langley! We should add a test for this (probably in [code_signing_test.dart](https://github.com/flutter/flutter/blob/ab5b20c16d56c8e608773ce65c3f7c39d515d4a5/packages/flutter_tools/test/general.shard/ios/code_signing_test.dart#L41)).
I think you might be able to prevent the Dart CLI from creating this folder if you provide `--suppress-analytics` to each run, but @eliasyishak should be able to confirm.
> When I executed `dart --disable-analytics` that folder is created to store the info that hold that I disabled analytics. Yeah, I don't think `--disable-analytics` would work since it stores...
Hi @Wdestroier, thanks for your contribution! We're going to need some tests in order to land this. Let me know if you have any questions and I'll be happy to...
Hi @Wdestroier! Do you still intend to pick this back up?
Sorry for the delay @Wdestroier. LGTM!
LGTM. @matanlurey is OOO this week, so I've added @jtmcdole for a rubber stamp. It looks like you'll need to resolve some conflicts before this can land, however.
There's still a couple of failures that will block this from landing :-(
Related: https://github.com/flutter/flutter/pull/157656