[DAEMON-254] Add opt-in for telemetry on first run
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | appcd |
Labels | cb-next |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2018-04-16T16:33:16.000+0000 |
Updated | 2020-02-18T16:03:53.000+0000 |
Description
When the daemon is first run, we need to prompt the user to opt-in/out of telemetry. Right now, it's implicitly enabled, but can be disabled by running
appcd config telemetry.enabled false
.
This opt-in code block would go in appcd's [cli.js](https://github.com/appcelerator/appc-daemon/blob/master/packages/appcd/src/cli.js).
No comments