next-rum
Version:
RUM Component for Next.js
23 lines (14 loc) • 522 B
Markdown
- Updates to utilize Next.js web vitals properties. ([
- Next.js made a breaking change in `next@9.4.3` where it removed the listeners
we used to generate the RUM data. We added a small fix to prevent this library
from throwing an error while we work on upgrading to a different performance
API.
- Use ResourceTiming when available to increase the accuracy of the gathered
metrics.
- Initial release.
[