|
|
|
|
|
by throwaranay4933
61 days ago
|
|
Also: # Atlas
export DISABLE_TELEMETRY=1
# CloudFlare
export WRANGLER_SEND_METRICS=false
export VERCEL_PLUGIN_TELEMETRY=off
# AWS
export SAM_CLI_TELEMETRY=0
export CDK_DISABLE_CLI_TELEMETRY=true
# ???
export DO_NOT_TRACK=true
|
|