Skip to content

Commit 361c801

Browse files
committed
extension/src/goTelemetry: increase telemetry prompt rate to 1%
Change-Id: I6544f0d5d1fb2b44200cf3f924573c6ced7b1b52 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/569216 Reviewed-by: Robert Findley <[email protected]> Commit-Queue: Hyang-Ah Hana Kim <[email protected]> kokoro-CI: kokoro <[email protected]>
1 parent 0b3fabc commit 361c801

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
@@ -162,7 +162,7 @@ export class TelemetryService {
162162
async promptForTelemetry(
163163
isPreviewExtension: boolean,
164164
isVSCodeTelemetryEnabled: boolean = vscode.env.isTelemetryEnabled,
165-
samplingInterval = 1 /* prompt N out of 1000. 1 = 0.1% */
165+
samplingInterval = 10 /* prompt N out of 1000. 10 = 1% */
166166
) {
167167
if (!this.active) return;
168168

0 commit comments

Comments
 (0)