File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
packages/browser-utils/src/metrics/web-vitals Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 22
33> A modular library for measuring the [ Web Vitals] ( https://web.dev/vitals/ ) metrics on real users.
44
5- This was vendored from: https://github.com/GoogleChrome/web-vitals : v5.0.3
5+ This was vendored from: https://github.com/GoogleChrome/web-vitals : v5.1.0
66
77The commit SHA used is:
88[ e22d23b22c1440e69c5fc25a2f373b1a425cc940] ( https://github.com/GoogleChrome/web-vitals/tree/e22d23b22c1440e69c5fc25a2f373b1a425cc940 )
@@ -27,6 +27,12 @@ web-vitals only report once per pageload.
2727
2828## CHANGELOG
2929
30+ - Bumped from Web Vitals 5.0.2 to 5.1.0
31+ - Remove ` visibilitychange ` event listeners when no longer required [ #627 ] ( https://github.com/GoogleChrome/web-vitals/pull/627 )
32+ - Register visibility-change early [ #637 ] ( https://github.com/GoogleChrome/web-vitals/pull/637 )
33+ - Only finalize LCP on user events (isTrusted=true) [ #635 ] ( https://github.com/GoogleChrome/web-vitals/pull/635 )
34+ - Fallback to default getSelector if custom function is null or undefined [ #634 ] ( https://github.com/GoogleChrome/web-vitals/pull/634 )
35+
3036https://github.com/getsentry/sentry-javascript/pull/17076
3137
3238- Removed FID-related code with v10 of the SDK
You can’t perform that action at this time.
0 commit comments