|
1 | 1 | import { field } from '@coder/logger';
|
| 2 | +import { release } from "os" |
2 | 3 | import * as fs from 'fs';
|
3 | 4 | import * as net from 'net';
|
4 | 5 | import * as path from 'path';
|
@@ -44,7 +45,7 @@ import { TelemetryLogAppender } from 'vs/platform/telemetry/common/telemetryLogA
|
44 | 45 | import { TelemetryService } from 'vs/platform/telemetry/common/telemetryService';
|
45 | 46 | import { combinedAppender, NullTelemetryService } from 'vs/platform/telemetry/common/telemetryUtils';
|
46 | 47 | import { AppInsightsAppender } from 'vs/platform/telemetry/node/appInsightsAppender';
|
47 |
| -import { resolveCommonProperties } from 'vs/platform/telemetry/node/commonProperties'; |
| 48 | +import { resolveCommonProperties } from 'vs/platform/telemetry/common/commonProperties'; |
48 | 49 | import { TelemetryChannel } from 'vs/server/common/telemetry';
|
49 | 50 | import { Query, VscodeOptions, WorkbenchOptions } from 'vs/server/ipc';
|
50 | 51 | import { ExtensionEnvironmentChannel, FileProviderChannel, TerminalProviderChannel } from 'vs/server/node/channel';
|
@@ -259,7 +260,7 @@ export class Vscode {
|
259 | 260 | ),
|
260 | 261 | sendErrorTelemetry: true,
|
261 | 262 | commonProperties: resolveCommonProperties(
|
262 |
| - product.commit, product.version, machineId, |
| 263 | + fileService, release(), process.arch, product.commit, product.version, machineId, |
263 | 264 | [], environmentService.installSourcePath, 'code-server',
|
264 | 265 | ),
|
265 | 266 | piiPaths,
|
|
0 commit comments