mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-01 18:08:19 +01:00
filter analytics on self host
This commit is contained in:
parent
65860b166f
commit
f4127a575b
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user