Disable analytics when user hasn't opted in or out
This commit is contained in:
parent
ce11e6c981
commit
4755a81403
2 changed files with 2 additions and 13 deletions
|
@ -74,8 +74,4 @@ export default class Welcome extends React.PureComponent<IProps> {
|
|||
</AuthPage>
|
||||
);
|
||||
}
|
||||
|
||||
componentDidMount() {
|
||||
PosthogAnalytics.instance.trackAnonymousEvent<IWelcomeScreenLoad>("welcome_screen_load");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue