Telemetry
Patcher uses sentry.io for application performance monitoring and error tracking, enabling us to quickly identify bugs and enhance the platform's performance.
Anonymous UUID
When you first run Patcher, we generate an anonymous UUID for that installation.
This UUID is stored in ~/.patcher/config.json
and is sent with each execution of Patcher.
Example config.json
file:
// NOTE: Changing this file requires a restart of Patcher.
{
// Unique id used for correlating telemetry sent from this instance.
// Do not edit this value.
"telemetry-reporter-id": "a8884e6a-da99-43e3-86d0-f92a3605d731"
}
Opting out
You can opt out of sending telemetry data by setting the PATCHER_TELEMETRY_OPT_OUT
environment variable to true
.
export PATCHER_TELEMETRY_OPT_OUT=true