1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 23:03:32 +00: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;
}