packages/browser-utils/src/metrics/web-vitals/README.md
A modular library for measuring the Web Vitals metrics on real users.
This was vendored from: https://github.com/GoogleChrome/web-vitals: v5.1.0
The commit SHA used is: e22d23b22c1440e69c5fc25a2f373b1a425cc940
Current vendored web vitals are:
This vendored web-vitals library is meant to be used in conjunction with the @sentry/browser
browserTracingIntegration. As such, logic around BFCache and multiple reports were removed from the library as our
web-vitals only report once per pageload.
https://github.com/getsentry/sentry-javascript/pull/17076
https://github.com/getsentry/sentry-javascript/pull/16492
https://github.com/getsentry/sentry-javascript/pull/14439
https://github.com/getsentry/sentry-javascript/pull/11391
https://github.com/getsentry/sentry-javascript/pull/5987
https://github.com/getsentry/sentry-javascript/pull/3781
https://github.com/getsentry/sentry-javascript/pull/3515
https://github.com/getsentry/sentry-javascript/pull/2964
https://github.com/getsentry/sentry-javascript/pull/2909
https://github.com/getsentry/sentry-javascript/pull/9690
TODO