disable analytics

This commit is contained in:
Kyle Spearrin 2019-01-15 11:02:15 -05:00
parent 2e9ce15715
commit f4c4f28026
1 changed files with 2 additions and 0 deletions

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;
}