# Cargo binstall
# https://github.com/cargo-bins/cargo-binstall?tab=readme-ov-file#telemetry-collection
export BINSTALL_DISABLE_TELEMETRY=true
# Go Telemetry (not opt-in by default)
# https://go.dev/doc/telemetry
export GOTELEMETRY=off
# GatsbyJS
# https://www.gatsbyjs.com/docs/telemetry/#how-to-opt-out
export GATSBY_TELEMETRY_DISABLED=1
# Next.js
# https://nextjs.org/telemetry#how-do-i-opt-out
export NEXT_TELEMETRY_DISABLED=1
# RedwoodJS
# https://telemetry.redwoodjs.com/
export REDWOOD_DISABLE_TELEMETRY=1
# Astro
# https://astro.build/telemetry/
export ASTRO_TELEMETRY_DISABLED=1
# Storybook
# https://storybook.js.org/docs/configure/telemetry#how-to-opt-out
export STORYBOOK_DISABLE_TELEMETRY=1
# AWS SAM CLI
# https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-telemetry.html
export SAM_CLI_TELEMETRY=0
# .NET SDK & CLI
# https://learn.microsoft.com/en-us/dotnet/core/tools/telemetry#how-to-opt-out
export DOTNET_CLI_TELEMETRY_OPTOUT=1
# Algolia CLI
# https://www.algolia.com/doc/tools/cli/get-started/telemetry/
export ALGOLIA_CLI_TELEMETRY=0
Let me know if any update