mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-12 14:22:00 -07:00
refactor(telemetry): Improve previous PR that allows telemetry to use the CLI auth and add testing (#14589)
This commit is contained in:
committed by
GitHub
parent
8651c53923
commit
4322137cee
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user