Fix typos/language in docs (#824)

* Fix typos/language in docs

* Fix typos
This commit is contained in:
willkrakow
2023-07-22 12:48:31 -04:00
committed by GitHub
parent 9deb46141c
commit 097627fcab
7 changed files with 68 additions and 67 deletions

View File

@ -4,13 +4,13 @@ sidebar_custom_props:
---
# Data collected
We record page view events using a unique identifier for each workspace/user.
Additionally we also collect the workspace's domain.
We do not set any cookie for telemetry.
We do not collect any email, first name, last name, phone number, date of birth, address, username, etc.
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
Opting out is simple. To do this, edit your .env on the server side and include the following:
To disable telemetry in your workspace, add the following line to your `server/.env` file:
```
IS_TELEMETRY_ENABLED=false
```