mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
restore isDev check on analytics
This commit is contained in:
parent
6fab73d8e5
commit
3373de40a8
@ -105,7 +105,7 @@ const authService = new AuthService(cryptoService, apiService,
|
||||
const exportService = new ExportService(folderService, cipherService);
|
||||
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);
|
||||
environmentService.setUrlsFromStorage().then(() => {
|
||||
return syncService.fullSync(true);
|
||||
|
Loading…
Reference in New Issue
Block a user