Description
The telemetry feature gives users the option to opt-in or out of having data sent back from their local or Altis Cloud environment to Vantage via a popup. It is a sub-module in Altis core called telemetry. This is per-user, it pops up per for each person.
We had a request to allow disabling telemetry globally via composer.json, current one workaround is to hook the get_user_meta call to disable it.
How to reproduce
- Create a new local server environment
- Login to /wp-admin
- You'll see the message
to help us develop Altis, we would like to collect data on your usage of the software. This will help us build a better product for you. displayed
Acceptance Criteria
For Altis Team Use
Ready for Work Checklist
Is this ticket ready to be worked on? See
the Play Book Definition of Ready
Completion Checklist
Is this ticket done? See
the Play Book Definition of Done
Description
The telemetry feature gives users the option to opt-in or out of having data sent back from their local or Altis Cloud environment to Vantage via a popup. It is a sub-module in Altis core called
telemetry. This is per-user, it pops up per for each person.We had a request to allow disabling telemetry globally via c
omposer.json, current one workaround is to hook theget_user_metacall to disable it.How to reproduce
to help us develop Altis, we would like to collect data on your usage of the software. This will help us build a better product for you.displayedAcceptance Criteria
For Altis Team Use
Ready for Work Checklist
Is this ticket ready to be worked on? See
the Play Book Definition of Ready
Completion Checklist
Is this ticket done? See
the Play Book Definition of Done
backportlabels been added to the PR?