Skip to content

Commit

Permalink
Adding correct telemetry code
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljolley committed Mar 23, 2021
1 parent a06c4aa commit f8552b7
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 @@ -108,7 +108,7 @@ export class GoogleAnalyticsTelemetry implements Telemetry {
return;
}

this.client = ua('G-K22ZDJ2C5Y');
this.client = ua('UA-190207805-1');

const extensionInfo = getExtensionInfo();

Expand Down

0 comments on commit f8552b7

Please sign in to comment.