1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-04 05:08:06 +02:00

disable analytics

This commit is contained in:
Kyle Spearrin 2019-01-15 11:02:15 -05:00
parent 2e9ce15715
commit f4c4f28026

View File

@ -53,6 +53,8 @@ export class Analytics {
}
async ga(action: string, param1: any, param2?: any) {
return;
if (this.gaFilter != null && this.gaFilter()) {
return;
}