Skip to content

Commit dcbfc72

Browse files
committed
docs: added change details
1 parent ce74637 commit dcbfc72

File tree

1 file changed

+7
-1
lines changed
  • packages/browser-utils/src/metrics/web-vitals

1 file changed

+7
-1
lines changed

packages/browser-utils/src/metrics/web-vitals/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

77
The 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+
3036
https://github.com/getsentry/sentry-javascript/pull/17076
3137

3238
- Removed FID-related code with v10 of the SDK

0 commit comments

Comments
 (0)