diff --git a/src/app/services/services.module.ts b/src/app/services/services.module.ts index 1a86545b..84869fe9 100644 --- a/src/app/services/services.module.ts +++ b/src/app/services/services.module.ts @@ -108,7 +108,7 @@ const authService = new AuthService(cryptoService, apiService, const exportService = new ExportService(folderService, cipherService, apiService); const auditService = new AuditService(cryptoFunctionService, apiService); -const analytics = new Analytics(window, () => platformUtilsService.isDev(), +const analytics = new Analytics(window, () => platformUtilsService.isDev() || platformUtilsService.isSelfHost(), platformUtilsService, storageService, appIdService); containerService.attachToWindow(window);