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
We should add telemetry to [email protected] that can help us plan for these changes:
Keep track of when people accept the telemetry prompt. This will provide signal for what fraction of users opting in to telemetry are doing so as a result of the IDE prompt. (of course we can't keep track of when people don't accept the prompt!)
Record whether users are setting GOTOOLCHAIN=auto, GOTOOLCHAIN=local, and GOTOOLCHAIN=. That will provide signal for what fraction of users may not have toolchain upgrades available.
EDIT: since this is mentioned in the [email protected] released notes, I wanted to note the following:
This issue is for local instrumentation only.
Collection of this data will be filed as a separate public proposal.
This only affects users who have opted in to sharing telemetry data.
The text was updated successfully, but these errors were encountered:
gopherbot
added
Tools
This label describes issues relating to any tools in the x/tools repository.
gopls
Issues related to the Go language server, gopls.
labels
Jun 28, 2024
This release addresses the following gopls issues:
golang/go#68116, broken links to dependencies in the new integrated doc viewer.
golang/go#68169, a crash in package name completion.
golang/go#68213, a crash when hovering over an interface with an empty type set.
golang/go#68240, additional telemetry instrumentation to help inform decisions for [email protected]. (Note that this is local instrumentation only; a separate proposal will be filed to allow collection of this data from users who have opted in to sharing their telemetry data).
In the v0.17.0 release, we are planning a couple decisions that could benefit from more information:
We should add telemetry to [email protected] that can help us plan for these changes:
EDIT: since this is mentioned in the [email protected] released notes, I wanted to note the following:
The text was updated successfully, but these errors were encountered: