disable analytics
This commit is contained in:
parent
2e9ce15715
commit
f4c4f28026
|
@ -53,6 +53,8 @@ export class Analytics {
|
|||
}
|
||||
|
||||
async ga(action: string, param1: any, param2?: any) {
|
||||
return;
|
||||
|
||||
if (this.gaFilter != null && this.gaFilter()) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue