diff --git a/core/boot.js b/core/boot.js index dffe572e4d..83125874de 100644 --- a/core/boot.js +++ b/core/boot.js @@ -94,7 +94,7 @@ const initServices = async ({config}) => { // Initialise analytics events if (config.get('segment:key')) { - require('./analytics-events').init(); + require('./server/analytics-events').init(); } debug('End: initialiseServices');