No environment variable you can pre configure to keep it off either.
Telemetry in Go 1.23 and Beyond
11–12 of 12 posts
Re: Telemetry in Go 1.23 and Beyond
#12go telemetry on, to start uploading. go telemetry off to stop logging telemetry data. Isn't this a bit of a weird interface? I didn't check the docs but there must be a way to get to the default setting of log but don't upload.
`go telemetry local` will gather local data but not upload it.
Thank you.