mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
disable analytics
This commit is contained in:
@@ -53,6 +53,8 @@ export class Analytics {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async ga(action: string, param1: any, param2?: any) {
|
async ga(action: string, param1: any, param2?: any) {
|
||||||
|
return;
|
||||||
|
|
||||||
if (this.gaFilter != null && this.gaFilter()) {
|
if (this.gaFilter != null && this.gaFilter()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user