Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
feat: remove command prefix for telemetry data
Browse files Browse the repository at this point in the history
  • Loading branch information
KnisterPeter committed Sep 11, 2017
1 parent ffe1be5 commit 34293f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export abstract class Command {

protected track(message: string): void {
const properties = {
id: this.id,
id: this.id.replace('vscode-github.', ''),
message
};
this.reporter.sendTelemetryEvent('vscode-github.command', properties);
Expand Down

0 comments on commit 34293f7

Please sign in to comment.