beatcracker / toptout

📡 Easily opt-out from telemetry collection
https://toptout.me
MIT License
132 stars 6 forks source link

Add env var TELEMETRY_ENABLED used by multiple projects #596

Open emanuelb opened 1 year ago

emanuelb commented 1 year ago
  1. https://github.com/Infisical/infisical/blob/main/backend/src/services/PostHogClient.ts#L10-L20
  2. https://github.com/firezone/firezone/blob/master/omnibus/cookbooks/firezone/files/default/ctl-commands/reconfigure.rb#L25 TELEMETRY_ENABLED=false
  3. https://github.com/automatisch/automatisch/blob/f98c797311a5ed6bf39c1421deb2c83e2bdf3c0e/packages/backend/src/config/app.ts#L92

Already fixed issue with another instance of usage of this variable is at: #352