Skip to content
Szilard Novaki edited this page Apr 9, 2014 · 4 revisions

Tada collects usage statistics by default. Our goal is to better understand user requirements and usage habits and consider collected data when selecting features to develop.

What Tada collects?

Tada collects the sentences you enter excluding argument values. Let's say you have a branch named secretBranch. When you switch to that branch by telling tada "switch to branch secretBranch", the stats will include the usage of "switch to branch " sentence, but not the "secretBranch" word.

Tada also collects the source of dialog starting action (i.e. keyboard, microphone or expression-reference link/button) and any sentence that Tada did not recognize.

How to see exactly what Tada sent?

You can always check the usage data that Tada collected. Just search the log for 'UsageStatistics' (log file name is printed on tada start). If you don't know the file name, you may search in all tada logs:

grep UsageStatistics /tmp/tada-*.log

How to disable the anonymous usage statistics?

Simply edit your project's configuration file (.tada/project.conf in the project root) and set usageStatisticsEnabled to false:

usageStatisticsEnabled: false

Clone this wiki locally