Closed
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Self-hosted/on-premise
Which SDK are you using? If you use the CDN bundles, please specify the exact bundle (e.g. bundle.tracing.min.js
) in your SDK setup.
@sentry/vue
SDK Version
7.8.0
Framework Version
vue.2.6
Link to Sentry event
https://duanjl.sentry.io/dashboard/37879/?statsPeriod=24h
SDK Setup
No response
Steps to Reproduce
- clone my demo project and deploy it.
- we should be installed Cloudflare web analysis (The closest to GSC) and Sentry tracing at the same time , and visit it
- Let's watch the final result.
Expected Result
- the sentry lcp reports count should be equal with cloudflare web analysis lcp reports count;
- the P75 LCP should closest.
Actual Result
- sentry lcp reports count is smaller than cloudflare web analysis
- lcponly report in pageload transaction. Because the measurements are only available for pageload transactions. This means that only the earlier LCPs are reported with pageload, while the slower LCPs often occur after pageload, resulting in much smaller LCPs being collected than what Google reports.
relate #3019
Metadata
Metadata
Assignees
Labels
No labels