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