diff --git a/src/components/structures/MatrixChat.js b/src/components/structures/MatrixChat.js index 293b0130d0..9ea0cb42c8 100644 --- a/src/components/structures/MatrixChat.js +++ b/src/components/structures/MatrixChat.js @@ -1306,7 +1306,7 @@ export default React.createClass({ const dft = new DecryptionFailureTracker((total) => { // TODO: Pass reason for failure as third argument to trackEvent - Analytics.trackEvent('E2E', 'Decryption failure', null, total); + Analytics.trackEvent('E2E', 'Decryption failure', 'unspecified_error', total); }); // Shelved for later date when we have time to think about persisting history of