mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
Additional analytics events
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
$scope.submitPromise = checkPassword().then(function () {
|
||||
return getCsv();
|
||||
}).then(function (csv) {
|
||||
$analytics.eventTrack('Exported Data');
|
||||
downloadFile(csv);
|
||||
}, function () {
|
||||
toastr.error(i18nService.invalidMasterPassword, i18nService.errorsOccurred);
|
||||
|
||||
Reference in New Issue
Block a user