Skip to content

Commit

Permalink
update telemetry key (#395)
Browse files Browse the repository at this point in the history
Signed-off-by: Juozas G <[email protected]>

Signed-off-by: Juozas G <[email protected]>
  • Loading branch information
juozasg authored Oct 17, 2022
1 parent bd4794c commit 4bc79b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/telemetry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export class Telemetry {

constructor(context: ExtensionContext, extensionVersion: string, extensionId: string) {
this.context = context;
const key = 'da19a1446ba2-369b-0484-b857-e706cf38'.split('').reverse().join('');
const key = '9a491deb-120a-4a6e-8893-f528d4f6bd9c';
this.reporter = new TelemetryReporter(extensionId, extensionVersion, key);
}

Expand Down

0 comments on commit 4bc79b9

Please sign in to comment.