refactor(telemetry): Improve previous PR that allows telemetry to use the CLI auth and add testing (#14589)

This commit is contained in:
Marat Boshernitsan
2025-12-08 11:20:13 -08:00
committed by GitHub
parent 8651c53923
commit 4322137cee
6 changed files with 164 additions and 12 deletions

View File

@@ -1738,6 +1738,11 @@ export const SETTINGS_SCHEMA_DEFINITIONS: Record<
type: 'boolean',
description: 'Whether to forward telemetry to an OTLP collector.',
},
useCliAuth: {
type: 'boolean',
description:
'Whether to use CLI authentication for telemetry (only for in-process exporters).',
},
},
},
BugCommandSettings: {