diff options
| author | uttamkanodia14 <[email protected]> | 2025-07-12 02:40:25 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-11 21:10:25 +0000 |
| commit | 5b5f496436a060124e57009d1f7f37bd4d27f0f3 (patch) | |
| tree | 7d213f79753071c20cb90c36ebdc6edbce4ffa21 /packages/core/src/telemetry/constants.ts | |
| parent | 764809753ad85ecc209aa9b126efbb3390c03274 (diff) | |
Adds Flash Fallback logging and clearcut logging (#3843)
Diffstat (limited to 'packages/core/src/telemetry/constants.ts')
| -rw-r--r-- | packages/core/src/telemetry/constants.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/core/src/telemetry/constants.ts b/packages/core/src/telemetry/constants.ts index de760205..62c4bf24 100644 --- a/packages/core/src/telemetry/constants.ts +++ b/packages/core/src/telemetry/constants.ts @@ -12,6 +12,7 @@ export const EVENT_API_REQUEST = 'gemini_cli.api_request'; export const EVENT_API_ERROR = 'gemini_cli.api_error'; export const EVENT_API_RESPONSE = 'gemini_cli.api_response'; export const EVENT_CLI_CONFIG = 'gemini_cli.config'; +export const EVENT_FLASH_FALLBACK = 'gemini_cli.flash_fallback'; export const METRIC_TOOL_CALL_COUNT = 'gemini_cli.tool.call.count'; export const METRIC_TOOL_CALL_LATENCY = 'gemini_cli.tool.call.latency'; |
