in build/UserALEWebExtension/content.js [1026:1042]
setTimeout(function () {
var state = document.readyState;
if (config.autostart && (state === 'interactive' || state === 'complete')) {
attachHandlers(config);
initSender(logs, config);
started = config.on = true;
packageCustomLog({
type: 'load',
logType: 'raw',
details: {
pageLoadTime: endLoadTimestamp - startLoadTimestamp
}
}, function () {}, false);
} else {
setup(config);
}
}, 100);