mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 14:10:37 -07:00
fixing test error
This commit is contained in:
@@ -1396,6 +1396,7 @@ export function recordTokenStorageInitialization(
|
||||
if (!tokenStorageTypeCounter || !isMetricsInitialized) return;
|
||||
tokenStorageTypeCounter.add(1, {
|
||||
...baseMetricDefinition.getCommonAttributes(config),
|
||||
type: event.type,
|
||||
forced: event.forced,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user