fixing test error

This commit is contained in:
Srinath Padmanabhan
2026-03-05 17:25:56 -08:00
parent 2bd1d45f08
commit bf88858e33

View File

@@ -1396,6 +1396,7 @@ export function recordTokenStorageInitialization(
if (!tokenStorageTypeCounter || !isMetricsInitialized) return;
tokenStorageTypeCounter.add(1, {
...baseMetricDefinition.getCommonAttributes(config),
type: event.type,
forced: event.forced,
});
}