-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
In the CLI currently we are completely blind to user behavior.
Add optional user telemetry. The user can opt-in/out of telemtry easily at any moment.
Telemetry when enabled will use oclif hooks to react to certain CLI events and submit data to a gunDB instance. this database will have public write access but private read access.
https://oclif.io/docs/hooks
A user must enter their email address when they run arjan-init --global. By default telemetry will be enabled but the user can easily opt-out by setting telemetry:false in their global (or local) torus config file.
events:
general
- a command is executed: user, command, response (fail/success), date, command specific data
- help command is ran
deploy
- stack type
upload
- amount of pages / upload
- average upload size
localize
- origin language
- translation languages (array)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels