Skip to content

Commit 9875794

Browse files
committed
extension/src/goTelemetry: increase the prompt rate to 5%
Change-Id: Ifcf27ef96a088aa45396843aade71f7d84ef7f7d Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/598218 kokoro-CI: kokoro <[email protected]> Commit-Queue: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Robert Findley <[email protected]>
1 parent 13eebda commit 9875794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/src/goTelemetry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export class TelemetryService {
181181
async promptForTelemetry(
182182
isPreviewExtension: boolean,
183183
isVSCodeTelemetryEnabled: boolean = vscode.env.isTelemetryEnabled,
184-
samplingInterval = 10 /* prompt N out of 1000. 10 = 1% */
184+
samplingInterval = 50 /* prompt N out of 1000. 50 = 5% */
185185
) {
186186
if (!this.active) return;
187187

0 commit comments

Comments
 (0)