Files
twenty/docs/docs/others/telemetry.mdx
willkrakow 097627fcab Fix typos/language in docs (#824)
* Fix typos/language in docs

* Fix typos
2023-07-22 18:48:31 +02:00

16 lines
483 B
Plaintext

---
sidebar_custom_props:
icon: TbChartDots
---
# Data collected
We record pageview events using a unique identifier for each workspace/user.
We also collect the workspace's domain.
We do not use cookies for telemetry.
We do not collect email addresses, names, phone numbers, dates of birth, addresses, usernames, or other PII.
# Opting-out of telemetry
To disable telemetry in your workspace, add the following line to your `server/.env` file:
```
IS_TELEMETRY_ENABLED=false
```