Hello!
I’m stuck on understanding how dagger and go sdk send telemetry.
The doc says “Dagger CLI sends anonymized telemetry to dagger.io” and “you can disable the telemetry by setting the environment variable DO_NOT_TRACK=1 before running the Dagger CLI.”
but dagger go sdk also send telemetry? If so, which should I set DO_NOT_TRACK=1 on os which runs go sdk or os that host dagger engine?
(In my case, the go code which uses go sdk and the dagger engine is running on different machine)