You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With opt-in telemetry we don't need to insert an arbitrary delay before
the first upload. Remove special handling for this delay, as well as the
mention of it in the prompt.
Updates golang/go#63218
Change-Id: I7bd1477bfa3d6639dbc84464235be75b6cde974f
Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/532175
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
returnfmt.Sprintf(`Telemetry uploading is now enabled and may be sent to https://telemetry.go.dev/ starting %s. Uploaded data is used to help improve the Go toolchain and related tools, and it will be published as part of a public dataset.
191
+
returnfmt.Sprintf(`Telemetry uploading is now enabled and data will be periodically sent to https://telemetry.go.dev/. Uploaded data is used to help improve the Go toolchain and related tools, and it will be published as part of a public dataset.
194
192
195
193
For more details, see https://telemetry.go.dev/privacy.
196
194
This data is collected in accordance with the Google Privacy Policy (https://policies.google.com/privacy).
197
195
198
-
To disable telemetry uploading, run “gotelemetry off”`, reportDate)
196
+
To disable telemetry uploading, run “gotelemetry off”.`)
0 commit comments