From 293bb820193a41aee6f1421367a2d1fc6d836422 Mon Sep 17 00:00:00 2001 From: Shreya Keshive Date: Tue, 29 Jul 2025 16:20:37 -0400 Subject: Adds centralized support to log slash commands + sub commands (#5128) --- docs/telemetry.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') diff --git a/docs/telemetry.md b/docs/telemetry.md index 2209ee0b..c7b88ba9 100644 --- a/docs/telemetry.md +++ b/docs/telemetry.md @@ -209,6 +209,11 @@ Logs are timestamped records of specific events. The following events are logged - **Attributes**: - `auth_type` +- `gemini_cli.slash_command`: This event occurs when a user executes a slash command. + - **Attributes**: + - `command` (string) + - `subcommand` (string, if applicable) + ### Metrics Metrics are numerical measurements of behavior over time. The following metrics are collected for Gemini CLI: -- cgit v1.2.3