Merge branch 'develop' into t3chguy/optional_new_behaviour_roomsublist
This commit is contained in:
commit
168edbca16
23 changed files with 582 additions and 143 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue