rtk-ai/rtk

Respect `DO_NOT_TRACK` environment variable

Open

#1514 opened on Apr 25, 2026

View on GitHub
 (1 comment) (1 reaction) (0 assignees)Rust (48,085 stars) (2,914 forks)batch import
effort-smallenhancementgood first issue

Description

DO_NOT_TRACK (true/false) is a convention environment variable that indicates generally whether or not to enable telemetry. RTK supports its own environment variable and a config option. This issue requests the support of the more general DO_NOT_TRACK env var.

Contributor guide