-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
The LCP metric is missing from the collection, resulting in an average LCP value that is less than the FCP. #9977
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for raising this. @AbhiPrasad do we have plans to move web-vitals collection to a model that allows "out-of-span" collection? |
@lforst |
Yes we'll be tackling this after we release the new major version of the SDK, v8. This will allow us to support INP, and send web vitals like LCP outside of a typical transaction. Important to note, we also have a metrics product in alpha that might help with this! #9938 |
Tracking this now with #12714, so going to close this issue |
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/react
SDK Version
7.80.1
Framework Version
17.0.2
Link to Sentry event
https://international-smart-card.sentry.io/performance/browser/pageloads/overview/?environment=LOCAL&project=4506075654782976&statsPeriod=7d&transaction=%2Fsupport
SDK Setup
Steps to Reproduce
Expected Result
Whether or not the user interacts with the page, the LCP (Largest Contentful Paint) can be collected.
Actual Result
The LCP (Largest Contentful Paint) can only be collected if the user interacts with the page before the report, resulting in a widespread absence of the LCP metric and consequently causing the average LCP to be less than the FCP (First Contentful Paint).

The text was updated successfully, but these errors were encountered: