Files
twenty/docs/docs/others/telemetry.mdx
T
448f256a35 Add env variable docs (#2440)
* - add env variable docs

* - danger.js rule

* - fix value

* Fix Danger CI setup

* Add token in CI

---------

Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
2023-11-14 10:41:09 +01:00

16 lines
531 B
Plaintext

---
title: Telemetry
sidebar_position: 2
sidebar_custom_props:
icon: TbChartDots
---
# Data collected
Twenty records pageview events using a unique identifier for each workspace/user, and collects the workspace's domain.
Twenty does not use cookies for telemetry or 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:
```
TELEMETRY_ANONYMIZATION_ENABLED=false
```