-
Notifications
You must be signed in to change notification settings - Fork 142
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
🔊[RUM-2324] Telemetry on LCP with startTime to 0 #2515
Conversation
packages/rum-core/src/domain/view/viewMetrics/trackLargestContentfulPaint.ts
Outdated
Show resolved
Hide resolved
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2515 +/- ##
==========================================
- Coverage 93.22% 93.14% -0.08%
==========================================
Files 222 222
Lines 6654 6665 +11
Branches 1460 1463 +3
==========================================
+ Hits 6203 6208 +5
- Misses 451 457 +6 ☔ View full report in Codecov by Sentry. |
/to-staging |
🚂 Branch Integration: starting soon, merge in < 3s Commit decf74ae14 will soon be integrated into staging-50. This build is going to start soon! (estimated merge in less than 3s) you can cancel this operation by commenting your pull request with |
/to-staging -c |
🚂 Devflow: Integration of decf74ae14 into staging-50 was cancelled! |
🚂 Branch Integration: This merge request build was cancelled This merge request build was cancelled after being merged manually |
Motivation
Collect telemetry on LCP with startTime to 0:
Changes
Add telemetry on LCP with a startTime at 0
Testing
I have gone over the contributing documentation.