Revert "chore(cli/slashcommands): Add status enum to SlashCommandEvent telemetry" (#6161)

This commit is contained in:
Jacob Richman
2025-08-13 11:13:18 -07:00
committed by GitHub
parent 38876b738f
commit e4473a9007
7 changed files with 124 additions and 218 deletions

View File

@@ -639,13 +639,6 @@ export class ClearcutLogger {
});
}
if (event.status) {
data.push({
gemini_cli_key: EventMetadataKey.GEMINI_CLI_SLASH_COMMAND_STATUS,
value: JSON.stringify(event.status),
});
}
this.enqueueLogEvent(this.createLogEvent(slash_command_event_name, data));
this.flushIfNeeded();
}