From 0a3c83288e955c9180dd874ac7efb3fea2045c2e Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sun, 5 Feb 2017 23:59:43 -0500 Subject: [PATCH] Added AutofillService to GA --- src/Android/Services/GoogleAnalyticsService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)