Giter Site home page Giter Site logo

telemetry.how's Introduction





A growing list of telemetry opt-out environment variables for libraries, software, and tools

Telemetry is a way for developers to collect usage data from their users. While telemetry can be useful for improving the software, it can also be a privacy concern for some users. This repository aims to provide a list of environment variables that can be used to opt-out of telemetry for popular tools and libraries.

But why?

Because privacy matters.

Telemetry should be opt-in by default, but that’s not always the case. This list is a work in progress, and contributions are welcome.

Note

If you know of any other tools or libraries that should be added to this list, please open a pull request.

Angular CLI

ng analytics disable && \
ng analytics off

Apollo Router

export APOLLO_TELEMETRY_DISABLED=true

Astro

export ASTRO_TELEMETRY_DISABLED=1

AWS SAM CLI

export SAM_CLI_TELEMETRY=0

Gatsby

export GATSBY_TELEMETRY_DISABLED=1

Homebrew

export HOMEBREW_NO_ANALYTICS=1

Netlify

netlify --telemetry-disable

Next.js

export NEXT_TELEMETRY_DISABLED=1

Nuxt.js

export NUXT_TELEMETRY_DISABLED=1

Prisma

export CHECKPOINT_DISABLE=1

Turborepo

export TURBO_TELEMETRY_DISABLED=1

Vercel CLI

Copy the following into $XDG_DATA_HOME/com.vercel.cli/config.json:

{
  "collectMetrics": false
}

License

MIT Β© Kunall Banerjee

telemetry.how's People

Contributors

yeskunall avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.