-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
LCP is lower than FCP in most performance report data #6744
Comments
Hi @SouthLink thanks for writing in! I see you're on a rather old version of our SDK which we don't officially support anymore. Have you tried if upgrading Sentry to the most recent 7.x version (7.30.0 at the time of writing)? We changed quite a few things around web vitals since v6 (e.g. #5987), so chances are that something has changed here. Lmk if this helps! |
As per our v7 changelog
So v7 should help improve LCP collection here. See the PR #5044 for more details if you are interested. |
Thanks. I'll try upgrading the SDK |
Gonna close this issue in the meantime. Let us know if this still persists after the update. |
After upgrading the SDK, the issue has been resolved |
Is there an existing issue for this?
How do you use Sentry?
Self-hosted/on-premise
Which package are you using?
@sentry/react
SDK Version
@sentry/react 6.9.0 @sentry/tracing 6.9.0
Framework Version
[email protected]
Link to Sentry event
No response
Steps to Reproduce
I used the following operations in the single page application I built with webpack and react-router:
Using HOC (Higher Order Component), I used the following code in the APP entry to monitor react application performance。
Expected Result
The actual value of LCP will be larger than FCP
Actual Result
The text was updated successfully, but these errors were encountered: