duncanmcclean / simple-commerce

A simple, yet powerful e-commerce addon for Statamic.
https://statamic.com/addons/duncanmcclean/simple-commerce
Other
143 stars 36 forks source link

[5.x] Telemetry #924

Closed duncanmcclean closed 11 months ago

duncanmcclean commented 11 months ago

This pull request introduces anonymous telemetry into Simple Commerce.

Every 30 days, in production, Simple Commerce will send an API request to my backend, with the following information:

Opt-out

All of the data sent to the API is anonymous and can't be tied back to your site. However, if you wish to opt-out, you may add the following setting to your config/simple-commerce.php file:

'enable_telemetry' => false,

To Do

github-actions[bot] commented 11 months ago

Released as part of v5.6.0.