diff options
| author | Shreya Keshive <[email protected]> | 2025-07-29 16:20:37 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-29 20:20:37 +0000 |
| commit | 293bb820193a41aee6f1421367a2d1fc6d836422 (patch) | |
| tree | 639f1cb516ea4f0dd772a0a54a20790f5a63520c /packages/core/src/telemetry/constants.ts | |
| parent | 80079cd2a5741d7024c8500853fe7a3af5e6ba0a (diff) | |
Adds centralized support to log slash commands + sub commands (#5128)
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 316e827f..42572228 100644 --- a/packages/core/src/telemetry/constants.ts +++ b/packages/core/src/telemetry/constants.ts @@ -15,6 +15,7 @@ export const EVENT_CLI_CONFIG = 'gemini_cli.config'; export const EVENT_FLASH_FALLBACK = 'gemini_cli.flash_fallback'; export const EVENT_FLASH_DECIDED_TO_CONTINUE = 'gemini_cli.flash_decided_to_continue'; +export const EVENT_SLASH_COMMAND = 'gemini_cli.slash_command'; export const METRIC_TOOL_CALL_COUNT = 'gemini_cli.tool.call.count'; export const METRIC_TOOL_CALL_LATENCY = 'gemini_cli.tool.call.latency'; |
