Added AutofillService to GA

This commit is contained in:
Kyle Spearrin 2017-02-05 23:59:43 -05:00
parent 52a866147e
commit 0a3c83288e

View file

@ -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)