logrocket accounts
This commit is contained in:
parent
751967d048
commit
681162980f
@ -53,7 +53,7 @@ class Siphon extends Component {
|
||||
r: 0,
|
||||
delay: TIMES.TARGET_DELAY_MS,
|
||||
duration,
|
||||
easing: 'easeInCubic',
|
||||
easing: 'easeInSine',
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
const LogRocket = require('logrocket');
|
||||
const querystring = require('query-string');
|
||||
|
||||
const eachSeries = require('async/eachSeries');
|
||||
@ -123,6 +124,10 @@ function registerEvents(store) {
|
||||
}
|
||||
|
||||
function setAccount(account) {
|
||||
if (account) {
|
||||
LogRocket.identify(account.id, account);
|
||||
}
|
||||
|
||||
store.dispatch(actions.setAccount(account));
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user