mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-03 14:10:43 +00:00
Clearcut logging - initial implementation (#1274)
Flag-guarded initial implementation of a clearcut logger to collect telemetry data and send it to Concord for dashboards, etc.
This commit is contained in:
parent
c9950b3cb2
commit
4cfab0a893
23 changed files with 1051 additions and 335 deletions
|
|
@ -48,6 +48,7 @@ const mockToolRegistry = {
|
|||
const mockConfig = {
|
||||
getToolRegistry: vi.fn(() => mockToolRegistry as unknown as ToolRegistry),
|
||||
getApprovalMode: vi.fn(() => ApprovalMode.DEFAULT),
|
||||
getDisableDataCollection: () => false,
|
||||
};
|
||||
|
||||
const mockTool: Tool = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue