rtk-ai/rtk

Respect `DO_NOT_TRACK` environment variable

Open

#1 514 ouverte le 25 avr. 2026

Voir sur GitHub
 (1 commentaire) (1 réaction) (0 assignés)Rust (2 914 forks)batch import
area:configeffort-smallenhancementgood first issuepriority:low

Métriques du dépôt

Stars
 (48 085 stars)
Métriques de merge PR
 (Merge moyen 11j 1h) (45 PRs mergées en 30 j)

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.

Guide contributeur