mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
restore isDev check on analytics
This commit is contained in:
@@ -105,7 +105,7 @@ const authService = new AuthService(cryptoService, apiService,
|
|||||||
const exportService = new ExportService(folderService, cipherService);
|
const exportService = new ExportService(folderService, cipherService);
|
||||||
const auditService = new AuditService(cryptoFunctionService);
|
const auditService = new AuditService(cryptoFunctionService);
|
||||||
|
|
||||||
const analytics = new Analytics(window, () => false, platformUtilsService, storageService, appIdService);
|
const analytics = new Analytics(window, () => isDev(), platformUtilsService, storageService, appIdService);
|
||||||
containerService.attachToWindow(window);
|
containerService.attachToWindow(window);
|
||||||
environmentService.setUrlsFromStorage().then(() => {
|
environmentService.setUrlsFromStorage().then(() => {
|
||||||
return syncService.fullSync(true);
|
return syncService.fullSync(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user