added missing entrypoint to metrics

This commit is contained in:
Danny Coates 2019-02-14 13:00:57 -08:00
parent 6b6b04e93b
commit 5ce35a71ef
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB

View File

@ -101,6 +101,7 @@ function clientEvent(event, ua, language, session_id, deltaT, platform, ip) {
downloaded: ep.downloaded, downloaded: ep.downloaded,
download_limit: ep.download_limit, download_limit: ep.download_limit,
duration: ep.duration, duration: ep.duration,
entrypoint: ep.entrypoint,
file_count: ep.file_count, file_count: ep.file_count,
password_protected: ep.password_protected, password_protected: ep.password_protected,
size: ep.size, size: ep.size,