Room list: add analytic events (#33625)
* chore: update analytics * feat: add new analytics
This commit is contained in:
@@ -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", () => ({
|
||||
|
||||
Reference in New Issue
Block a user