Skip to content

Commit b4b68a7

Browse files
hyangahgopherbot
authored andcommitted
README.md: use the new telemetry official doc link
And update the CHANGELOG.md Change-Id: I1faeb8ea62c14045c42b7a2ac9f3d4d3f0824925 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/570678 Commit-Queue: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Robert Findley <[email protected]> Auto-Submit: Hyang-Ah Hana Kim <[email protected]> kokoro-CI: kokoro <[email protected]>
1 parent 361c801 commit b4b68a7

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ nightly build of this extension. Learn how to install it in by reading the
133133

134134
## Telemetry
135135

136-
VS Code Go extension relies on the [Go Telemetry](https://telemetry.go.dev) to
136+
VS Code Go extension relies on the [Go Telemetry](https://go.dev/doc/telemetry) to
137137
learn insights about the performance and stability of the extension and the
138138
language server (`gopls`).
139139
**Go Telemetry data uploading is disabled by default** and can be enabled
@@ -171,9 +171,8 @@ of reliability. For example:
171171
These are just a few ways that telemetry can improve gopls. The [telemetry blog
172172
post series](https://research.swtch.com/telemetry-uses) contains many more.
173173

174-
Go telemetry is designed to be transparent and privacy-preserving. If you have
175-
concerns about enabling telemetry, you can learn more at
176-
[https://telemetry.go.dev/privacy](https://telemetry.go.dev/privacy).
174+
Go telemetry is designed to be transparent and privacy-preserving. Learn more at
175+
[https://go.dev/doc/telemetry](https://go.dev/doc/telemetry).
177176

178177
## Contributing
179178

extension/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v0.41.2 - 12 Mar, 2024
2+
3+
This release is a point release to increase the prompt rate of Go telemetry
4+
opt-in. Learn more at https://go.dev/doc/telemetry.
5+
For a detailed list of changes, refer to the complete
6+
[commit history](https://github.com/golang/vscode-go/compare/v0.41.1...v0.41.2).
7+
18
## v0.41.1 - 22 Feb, 2024
29

310
This release is a point release to skip `vscgo` installation on Windows

extension/src/welcome.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,7 @@ export class WelcomePanel {
197197
</p>
198198
<p>
199199
If we get enough adoption, this data can significantly advance the pace of the go plugin development and help us meet a higher standard of reliability.
200-
Go telemetry is designed to be transparent and privacy-preserving.
201-
If you have concerns about enabling telemetry, you can learn more at
202-
<a href="https://telemetry.go.dev/privacy">Go Telemetry Privacy Policy</a>.
200+
Go telemetry is designed to be transparent and privacy-preserving. Learn more at <a href="https://go.dev/doc/telemetry">https://go.dev/doc/telemetry</a>.
203201
</p>
204202
</div>
205203

0 commit comments

Comments
 (0)