We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74502ad commit 26a9061Copy full SHA for 26a9061
injected/src/features/breakage-reporting/utils.js
@@ -61,7 +61,7 @@ export function getExpandedPerformanceMetrics() {
61
62
// Paint metrics
63
firstContentfulPaint: fcp ? fcp.startTime : null,
64
- largestContentfulPaint: largestContentfulPaint,
+ largestContentfulPaint,
65
66
// Network metrics
67
timeToFirstByte: navigation.responseStart - navigation.fetchStart,
0 commit comments