- Updates to utilize Next.js web vitals properties. (#9)
- Next.js made a breaking change in
next@9.4.3where 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.