From 31fbc3daeed951d6aef5d3b15d8f22138e0ecbab Mon Sep 17 00:00:00 2001 From: Eric Mc Sween <5454374+emcsween@users.noreply.github.com> Date: Fri, 29 May 2026 11:25:16 -0400 Subject: [PATCH] Merge pull request #34128 from overleaf/em-library-analytics Add analytics events to the account-level library page GitOrigin-RevId: d0357f37a89ec29cca5b6b375a9553fbdf021b00 --- .../js/features/project-list/components/project-list-root.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/frontend/js/features/project-list/components/project-list-root.tsx b/services/web/frontend/js/features/project-list/components/project-list-root.tsx index bc3a895a1a..352c6fd37a 100644 --- a/services/web/frontend/js/features/project-list/components/project-list-root.tsx +++ b/services/web/frontend/js/features/project-list/components/project-list-root.tsx @@ -82,7 +82,7 @@ function ProjectListPageContent() { useProjectListContext() useEffect(() => { - eventTracking.sendMB('loads_v2_dash', {}) + eventTracking.sendMB('loads_v2_dash', { page: 'projects' }) }, []) const { t } = useTranslation()