Feature request
Unanswered
dragon posted this in #help-forum
dragonOP
this is a small feature request to reduce the amount of environment variables.
if i'm using turbo, and next( or any other combination of toolchain) - to disable telemetry i need to have an environment variable for each tool:
Turbo (and some other tools) are starting to support a common env variable such as
(from https://consoledonottrack.com/)
would it be possible to consider honouring the same to disable telemetry in NextJS?
if i'm using turbo, and next( or any other combination of toolchain) - to disable telemetry i need to have an environment variable for each tool:
NEXT_TELEMETRY_DISABLED=1
TURBO_TELEMETRY_DISABLED=1
Turbo (and some other tools) are starting to support a common env variable such as
DO_NOT_TRACK=1
(from https://consoledonottrack.com/)
would it be possible to consider honouring the same to disable telemetry in NextJS?
1 Reply
Asian black bear
This isn't the place to post feature requests as we're just a community-run Discord server, open issues in the respective GitHub repositories for Next and Turborepo, or even better, a PR if you have the time for it.