Add telemetry to rewind (#18122)

This commit is contained in:
Adib234
2026-02-03 16:17:29 -05:00
committed by GitHub
parent 69c0585ab2
commit 53027af94c
7 changed files with 76 additions and 0 deletions
@@ -41,6 +41,8 @@ vi.mock('@google/gemini-cli-core', async (importOriginal) => {
...actual.coreEvents,
emitFeedback: vi.fn(),
},
logRewind: vi.fn(),
RewindEvent: class {},
};
});