Fix INP formatting in console logging (#188)
* Fix INP formatting * Revert incorrect change
This commit is contained in:
Родитель
fd635a7351
Коммит
e895ba7031
|
@ -249,6 +249,8 @@
|
|||
break;
|
||||
case 'INP':
|
||||
case 'Interaction':
|
||||
formattedValue = millisecondsFormatter.format(metric.value);
|
||||
break;
|
||||
default:
|
||||
formattedValue = secondsFormatter.format(metric.value / 1000);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче