Persist tracked event ID hash using localStorage

This commit is contained in:
Luke Barnard 2018-06-15 15:26:53 +01:00
parent 011154396c
commit f08274585e
3 changed files with 45 additions and 4 deletions

View file

@ -1313,6 +1313,7 @@ export default React.createClass({
// TODO: Pass reason for failure as third argument to trackEvent
Analytics.trackEvent('E2E', 'Decryption failure');
});
dft.loadEventTrackedPreviously();
const stopDft = dft.start();