Files
gemini-cli/packages/core/src/telemetry
Srinath Padmanabhan 1a94129b09 fix(telemetry): correct onboarding and token storage metrics
This commit addresses two issues with telemetry recording:

1.  The  metric was missing the  attribute, causing a TypeScript error when  was called. The  attribute has been added back to the metric definition.

2.  The  metric was being incorrectly called on every token refresh. This has been corrected by removing the calls from the token refresh listener and refactoring the valid success paths to call a new  helper function to avoid code duplication.
2026-03-03 12:35:41 -08:00
..