We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b3fabc commit 361c801Copy full SHA for 361c801
extension/src/goTelemetry.ts
@@ -162,7 +162,7 @@ export class TelemetryService {
162
async promptForTelemetry(
163
isPreviewExtension: boolean,
164
isVSCodeTelemetryEnabled: boolean = vscode.env.isTelemetryEnabled,
165
- samplingInterval = 1 /* prompt N out of 1000. 1 = 0.1% */
+ samplingInterval = 10 /* prompt N out of 1000. 10 = 1% */
166
) {
167
if (!this.active) return;
168
0 commit comments