mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
remove analytics in favor of platform utils
This commit is contained in:
@@ -109,6 +109,11 @@ export class AppComponent implements OnInit {
|
||||
await this.showToast(msg);
|
||||
this.changeDetectorRef.detectChanges();
|
||||
});
|
||||
} else if (msg.command === 'analyticsEventTrack') {
|
||||
this.analytics.eventTrack.next({
|
||||
action: msg.action,
|
||||
properties: { label: msg.label },
|
||||
});
|
||||
} else {
|
||||
msg.webExtSender = sender;
|
||||
this.broadcasterService.send(msg);
|
||||
|
||||
Reference in New Issue
Block a user