Skip to content

Commit

Permalink
Supply telemetry key.
Browse files Browse the repository at this point in the history
  • Loading branch information
hybloid committed Sep 28, 2023
1 parent e327d1c commit e99f748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode/qodana/src/core/telemetry/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as vscode from 'vscode';
import TelemetryReporter from '@vscode/extension-telemetry';

const TELEMETRY_KEY = '';
const TELEMETRY_KEY = '57fd04ec-ed3a-4dbe-af8e-54d0e8b4b2fa';

/* eslint-disable @typescript-eslint/naming-convention */
class TelemetryEvents {
Expand Down

0 comments on commit e99f748

Please sign in to comment.