mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 16:57:46 +00:00
Revert "chore(cli/slashcommands): Add status enum to SlashCommandEvent telemetry" (#6161)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user