Skip to content

Commit e4a63ab

Browse files
authored
Disable analytics temporarily due to scraping incident (#58950)
2 parents 00208c8 + 5d1870d commit e4a63ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/events/components/events.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,8 @@ function initPrintEvent() {
436436
}
437437

438438
export function initializeEvents() {
439+
return
440+
// eslint-disable-next-line no-unreachable
439441
if (initialized) return
440442
initialized = true
441443
initPageAndExitEvent() // must come first

0 commit comments

Comments
 (0)