diff --git a/src/js/tracker.js b/src/js/tracker.js index 0e7083fc2..7ccb7b4ad 100644 --- a/src/js/tracker.js +++ b/src/js/tracker.js @@ -595,6 +595,11 @@ if (window.chrome && window.chrome.loadTimes && typeof window.chrome.loadTimes().firstPaintTime === 'number') { performanceTiming.chromeFirstPaint = Math.round(window.chrome.loadTimes().firstPaintTime * 1000); } + // Add the entries if exists + if (!!window.performance.getEntries){ + var arrEntries = lodash.clone(performance.getEntries()); + performanceTiming.performanceRessourceTimingEntries = arrEntries; + } context = context || []; context.push({