chore: update events

This commit is contained in:
David Ralph
2021-06-21 23:03:47 +01:00
parent 7990286e9a
commit d7784e7414
24 changed files with 44 additions and 35 deletions

View File

@@ -22,7 +22,7 @@ export default class Dropdown extends React.PureComponent {
return;
}
window.analytics.postEvent('settingUpdate', `Changed setting ${this.props.name} from ${this.state.value} to ${value}`);
window.analytics.postEvent('setting', `${this.props.name} from ${this.state.value} to ${value}`);
this.setState({
value: value,