1
0
mirror of synced 2025-12-19 09:57:42 -05:00

Disable analytics temporarily due to scraping incident (#58950)

This commit is contained in:
Kevin Heis
2025-12-17 11:15:30 -08:00
committed by GitHub

View File

@@ -436,6 +436,8 @@ function initPrintEvent() {
}
export function initializeEvents() {
return
// eslint-disable-next-line no-unreachable
if (initialized) return
initialized = true
initPageAndExitEvent() // must come first