diff --git a/app/core/Tracker.coffee b/app/core/Tracker.coffee index 3d490de0e..f8a00467b 100644 --- a/app/core/Tracker.coffee +++ b/app/core/Tracker.coffee @@ -31,7 +31,7 @@ module.exports = class Tracker options = integrations: {'All': false} for integration in includeIntegrations options.integrations[integration] = true - analytics.page null, "/#{name}", null, options + analytics.page "/#{name}", {}, options else analytics.page "/#{name}"