Include decryption error in decryption failure metrics
This commit is contained in:
parent
230de44071
commit
3cadbd3974
1 changed files with 1 additions and 1 deletions
|
@ -1312,7 +1312,7 @@ export default React.createClass({
|
|||
// if the decryption was a failure
|
||||
cli.on("Event.decrypted", (e) => {
|
||||
if (e.isDecryptionFailure()) {
|
||||
Analytics.trackEvent('E2E', 'Decryption failure');
|
||||
Analytics.trackEvent('E2E', 'Decryption failure', 'ev.content.body: ' + e.getContent().body);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue