mirror of
https://github.com/bitwarden/mobile.git
synced 2024-12-24 16:38:22 +01:00
Added AutofillService to GA
This commit is contained in:
parent
52a866147e
commit
0a3c83288e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user