mirror of
https://github.com/bitwarden/mobile
synced 2026-01-03 09:03:35 +00:00
disable GA exception reporting
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Bit.iOS.Core.Services
|
||||
_authService = authService;
|
||||
|
||||
Gai.SharedInstance.DispatchInterval = 10;
|
||||
Gai.SharedInstance.TrackUncaughtExceptions = true;
|
||||
Gai.SharedInstance.TrackUncaughtExceptions = false;
|
||||
_tracker = Gai.SharedInstance.GetTracker("UA-81915606-1");
|
||||
_tracker.SetAllowIdfaCollection(true);
|
||||
_tracker.Set(GaiConstants.ClientId, appIdService.AnonymousAppId);
|
||||
|
||||
Reference in New Issue
Block a user