16 lines
483 B
Plaintext
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
|
|
``` |