Skip to content

Commit

Permalink
Report using extension ID
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Jul 13, 2023
1 parent 2b57b3b commit 3882964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitpod-shared/src/telemetryService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export class TelemetryService extends Disposable implements ITelemetryService {
delete properties['userId'];

const jsonData = {
component: 'vscode-browser-extension',
component: properties['common.extname'].split('.')[1], // gitpod-web or gitpod-remote
errorStack: errorProps.stack || '',
version: properties['common.extversion'],
workspaceId,
Expand Down

0 comments on commit 3882964

Please sign in to comment.