Telemetry
Change whether the Hadean Platform CLI sends usage data
The Hadean Platform, via the CLI, collects anonymous data about general usage by default. The data collected includes:
- Usage of the "Run" command to start an application
- Errors encountered when using the "Run" command
- The version of the Hadean Platform you're using
You can update your preferences to enable or disable collection of telemetry data with the command:
hadean config --analytics=<true/false>
All telemetry sent is visible when passing the
--debug
flag to every command.Last modified 1yr ago