* new contributor guide folder architecture * update content pass 1 * Prepare UI component folder to receive componentns * Add component doc example for button * Fix broken links * Fix broken links * Fix images
18 lines
520 B
Plaintext
18 lines
520 B
Plaintext
---
|
|
title: Telemetry
|
|
sidebar_position: 2
|
|
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
|
|
``` |