Skip to content

Commit c2efd1f

Browse files
committed
[release-v0.42] extension/src/goTelemetry: increase prompt rate to 25%
Fixes #3519 Change-Id: Id542c6439fda16d7afc7400d621c9e1c24f18444 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/610717 kokoro-CI: kokoro <[email protected]> Commit-Queue: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Robert Findley <[email protected]> (cherry picked from commit d030a5e) Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/610796
1 parent 3a55ae8 commit c2efd1f

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 = 50 /* prompt N out of 1000. 50 = 5% */
184+
samplingInterval = 250 /* prompt N out of 1000. 250 = 25% */
185185
) {
186186
if (!this.active) return;
187187

0 commit comments

Comments
 (0)