dart-archive / sdk

The Dartino project was an experiment seeking to improve productivity when writing application code for embedded devices.
https://dartino.org
Other
330 stars 36 forks source link

Analytics is being sent testing data #508

Closed lukechurch closed 8 years ago

lukechurch commented 8 years ago

We see a lot of analytics with commands like the following:

create:session:clitest-debugger_relative_file_reference-618030470

Which looks like it's coming from: https://github.com/dartino/sdk/blob/da7bc820a6cfa24b752e34d9e6c65b9873d128fc/tests/cli_tests/cli_tests.dart#L59

This is fairly distorting of the data, we probably shouldn't be sending analytics information from the test executions.

@danrubel @mit-mit @sgjesse