diff --git a/src/Android/Services/GoogleAnalyticsService.cs b/src/Android/Services/GoogleAnalyticsService.cs index 2cb94f97f..a944c7150 100644 --- a/src/Android/Services/GoogleAnalyticsService.cs +++ b/src/Android/Services/GoogleAnalyticsService.cs @@ -44,7 +44,7 @@ namespace Bit.Android.Services public void TrackExtensionEvent(string eventName, string label = null) { - throw new NotSupportedException(); + TrackEvent("AutofillService", eventName, label); } public void TrackEvent(string category, string eventName, string label = null)