Skip to content

Commit

Permalink
Remove query kind from vscode_extension_gallery event
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanp413 committed May 22, 2022
1 parent 67bea9d commit 9501728
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/vs/gitpod/node/gitpodInsightsAppender.ts
Original file line number Diff line number Diff line change
Expand Up @@ -317,19 +317,6 @@ function mapTelemetryData(eventName: string, data: any): RemoteTrackMessage | un
timestamp: data.timestamp
},
};
case 'galleryService:query':
return {
event: 'vscode_extension_gallery',
properties: {
kind: 'query',
statusCode: data.statusCode,
count: data.count,
workspaceId: data.workspaceId,
workspaceInstanceId: data.workspaceInstanceId,
sessionID: data.sessionID,
timestamp: data.timestamp
},
};
case 'gettingStarted.ActionExecuted':
return {
event: 'vscode_getting_started',
Expand Down

0 comments on commit 9501728

Please sign in to comment.