Persist tracked event ID hash using localStorage
This commit is contained in:
parent
011154396c
commit
f08274585e
3 changed files with 45 additions and 4 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue