You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So that we can upgrade the web-vitals package in our application, would you recommend we look for a polyfill for performance.getEntriesByName or should we contribute a fix?
Thanks
The text was updated successfully, but these errors were encountered:
The fix for this was released in v2.0.1, so you'll have to do a major version update to get it, but hopefully that's not a problem?
There was minimal breaking changes in the v2 update, mostly just the change to how CLS is calculated which you'll probably want to update to get anyway.
Hi there,
We noticed that upgrading from v1.1.1 to v1.1.2 broke our application for our users on data saving mode in the Opera Mini browser.
We believe it was caused by this change 4dfde19
It seems that
performance.getEntriesByName
is not supported in some version of Opera.So that we can upgrade the web-vitals package in our application, would you recommend we look for a polyfill for
performance.getEntriesByName
or should we contribute a fix?Thanks
The text was updated successfully, but these errors were encountered: