You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/vs/gitpod/browser/gitpodInsightsAppender.ts
+4-11Lines changed: 4 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -109,16 +109,16 @@ export class GitpodInsightsAppender implements ITelemetryAppender {
109
109
instanceId: gitpodWsInfo.instanceId,
110
110
errorStack: error.callstack,
111
111
userId: '',
112
-
component: 'vscode-workbench',
113
-
version: this._baseProperties.appName+'-'+this._baseProperties.version,// Align to https://github.com/gitpod-io/gitpod/blob/fe26d2613df2f85667829c9de86bbeb187dc81cf/components/ide/code/leeway.Dockerfile#L75
req.setVersion(this.productName+'-'+this.productVersion);// Align to https://github.com/gitpod-io/gitpod/blob/fe26d2613df2f85667829c9de86bbeb187dc81cf/components/ide/code/leeway.Dockerfile#L75
0 commit comments