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 368401c commit 270555bCopy full SHA for 270555b
libs/vscode/telemetry/src/lib/google-analytics-sender.ts
@@ -41,7 +41,7 @@ export class GoogleAnalyticsSender implements TelemetrySender {
41
getOutputChannel().appendLine(`Uncaught Exception: ${error}`);
42
43
const shouldLogToRollbar = this.production
44
- ? Math.floor(Math.random() * 75) === 0
+ ? Math.floor(Math.random() * 25) === 0
45
: true;
46
if (shouldLogToRollbar) {
47
this.rollbar.error(error);
0 commit comments