d20ffbe8be
O.1 docs is deprecated. Let's inform user to switch the the latest version Signed-off-by: user.email <jf@dagger.io>
1.1 KiB
1.1 KiB
slug | displayed_sidebar |
---|---|
/1218/cli-telemetry | 0.2 |
Understanding CLI Telemetry
Overview
By default, the dagger CLI sends anonymized telemetry to dagger.io. This allows us to improve Dagger by understanding how it is used. Telemetry is optional and can be disabled at any time. If you are willing and able to leave telemetry enabled: thank you! This will help us better understand how Dagger is used, and will allow us to improve your experience.
What is tracked?
The following information is included in telemetry:
- Dagger version
- Platform information
- Command run
- Anonymous device ID
We use telemetry for aggregate analysis, and do not tie telemetry events to a specific identity.
Our telemetry implementation is open-source and can be reviewed here.
Disabling telemetry
Dagger implements the (Console Do Not Track) standard.
As a result, you can disable the telemetry by setting the environment variable DO_NOT_TRACK=1
before running dagger.