Room list: add analytic events (#33625)

* chore: update analytics

* feat: add new analytics
This commit is contained in:
Florian Duros
2026-05-27 09:50:22 +00:00
committed by GitHub
parent abe383d996
commit 1ef544c5c6
8 changed files with 50 additions and 7 deletions
@@ -29,6 +29,8 @@ import PosthogTrackers from "../../../src/PosthogTrackers";
jest.mock("../../../src/PosthogTrackers", () => ({
trackInteraction: jest.fn(),
trackSectionCreation: jest.fn(),
trackCollapseOrExpandSection: jest.fn(),
}));
jest.mock("../../../src/utils/space", () => ({