1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 14:53:33 +00:00

Additional analytics events

This commit is contained in:
Kyle Spearrin
2017-04-25 18:52:25 -04:00
parent e411170a90
commit a20881383e
2 changed files with 6 additions and 1 deletions

View File

@@ -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);