Hacker News new | ask | show | jobs
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
1 comments

Also.. Easily opt-out from telemetry collection https://github.com/beatcracker/toptout (last commit 3ya)