Skip to content

Commit 2cc591a

Browse files
adrientheboroboquat
authored andcommitted
[installation-telemetry] Respect sendCustomerID admin setting
An errant `git rebase` accidentally merged in the customer ID into telemetry data, bypassing a later check in telemetry collection that checked the `sendCustomerID` field. This commit restores the appropriate check.
1 parent aa627a1 commit 2cc591a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/server/src/installation-admin/telemetry-data-provider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export class InstallationAdminTelemetryDataProvider {
2727
totalWorkspaces: await this.workspaceDb.getWorkspaceCount(),
2828
totalInstances: await this.workspaceDb.getInstanceCount(),
2929
licenseType: this.licenseEvaluator.getLicenseData().type,
30-
customerID: this.licenseEvaluator.getLicenseData().payload.customerID,
3130
} as TelemetryData;
3231

3332
if (data.installationAdmin.settings.sendCustomerID) {

0 commit comments

Comments
 (0)