mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Fixing segment tracking
This commit is contained in:
@@ -77,7 +77,7 @@ function preRenderSetup(callwhendone) {
|
||||
);
|
||||
|
||||
// Set these here so they don't fail in client.jsx track
|
||||
global.window.analytics = {};
|
||||
global.window.analytics = [];
|
||||
global.window.analytics.page = () => {
|
||||
// Do Nothing
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user