Skip to content

Instantly share code, notes, and snippets.

@mwq27
Created February 28, 2018 04:10
Show Gist options
  • Save mwq27/49523e8147113a6423617eb9c8c6eeef to your computer and use it in GitHub Desktop.
Save mwq27/49523e8147113a6423617eb9c8c6eeef to your computer and use it in GitHub Desktop.
const events = {
'AUTH/LOGIN_SUCCESS': {
category: 'auth',
action: 'login',
eventDataOne: 'user.name',
},
'AUTH/INVALID_LOGIN_ATTEMPT': {
category: 'auth',
action: 'invalid login attempt',
eventDataOne: 'user.email',
},
};
export default events;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment