1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-14 23:33:34 +00:00

disable GA exception reporting

This commit is contained in:
Kyle Spearrin
2017-04-24 16:04:54 -04:00
parent 481925ac78
commit 1b8bd494e2
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ namespace Bit.Android.Services
_instance.SetLocalDispatchPeriod(10);
_tracker = _instance.NewTracker("UA-81915606-2");
_tracker.EnableExceptionReporting(true);
_tracker.EnableExceptionReporting(false);
_tracker.EnableAdvertisingIdCollection(true);
_tracker.EnableAutoActivityTracking(true);
_tracker.SetClientId(appIdService.AnonymousAppId);