window.innerWidth is 0 in hidden/minimized tabs, causing the heuristic bot scorer (added in #40) to drop legitimate custom events with a score of 5. Use window.screen.width as fallback, matching the existing trackPageview logic.
window.innerWidth is 0 in hidden/minimized tabs, causing the heuristic bot scorer (added in #40) to drop legitimate custom events with a score of 5. Use window.screen.width as fallback, matching the existing trackPageview logic.