You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Tracker] Use ResizeObserver instead of polling for document height (#6174)
* Use ResizeObserver instead of polling for document height
* fix: avoid forced reflow in getCurrentScrollDepthPx
window.scrollY and window.innerHeight are compositor-cached values
that never trigger layout recalculation, unlike el.scrollTop and
el.clientHeight. The fallbacks only existed for IE which is already
unsupported.
* disable engagement tracking in compat mode
* Add changelog entry
* Bump tracker script version
* Add COMPAT fallback for engagement tracking
* Fix lint
* Fix formatting issues
* fix: use hkps keyserver to avoid blocked port 80 in CI
* fix: fetch ClickHouse key via curl instead of keyserver
* chore: print PR labels in workflow for debugging
* Revert "chore: print PR labels in workflow for debugging"
This reverts commit 4fb22a7.
* Add tracker script changelog entry
0 commit comments