Fix typos/language in docs (#824)
* Fix typos/language in docs * Fix typos
This commit is contained in:
@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user