File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
packages/browser-utils/src/metrics/web-vitals Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
> A modular library for measuring the [ Web Vitals] ( https://web.dev/vitals/ ) metrics on real users.
4
4
5
- This was vendored from: https://github.com/GoogleChrome/web-vitals : v3.5 .2
5
+ This was vendored from: https://github.com/GoogleChrome/web-vitals : v5.0 .2
6
6
7
7
The commit SHA used is:
8
- [ 3d2b3dc8576cc003618952fa39902fab764a53e2 ] ( https://github.com/GoogleChrome/web-vitals/tree/3d2b3dc8576cc003618952fa39902fab764a53e2 )
8
+ [ 463abbd425cda01ed65e0b5d18be9f559fe446cb ] ( https://github.com/GoogleChrome/web-vitals/tree/463abbd425cda01ed65e0b5d18be9f559fe446cb )
9
9
10
10
Current vendored web vitals are:
11
11
@@ -27,9 +27,11 @@ web-vitals only report once per pageload.
27
27
28
28
## CHANGELOG
29
29
30
- TODO PR URL
30
+ https://github.com/getsentry/sentry-javascript/pull/16492
31
31
32
32
- Bumped from Web Vitals 4.2.5 to 5.0.2
33
+ - Mainly fixes some INP, LCP and FCP edge cases
34
+ - Original library removed FID; we still keep it around for now
33
35
34
36
https://github.com/getsentry/sentry-javascript/pull/14439
35
37
You can’t perform that action at this time.
0 commit comments