strapi/packages/core/admin/doc/disable-tracking.md

17 lines
409 B
Markdown
Raw Normal View History

2018-03-23 12:44:17 +01:00
# DISCLAIMER:
Google Analytics allows us to analyze the usage of Strapi. The aim is to
improve the product and helps us to understand how you interact with the Admin.
Note: The collected data are anonymous and aren't sold to anyone!
If you don't want to share your data with us, you can simply modify the `strapi` object in the package.json as follows:
```json
{
"strapi": {
"uuid": false
2018-03-23 12:44:17 +01:00
}
}
```