Disable analytics when user hasn't opted in or out
This commit is contained in:
@@ -74,8 +74,4 @@ export default class Welcome extends React.PureComponent<IProps> {
|
||||
</AuthPage>
|
||||
);
|
||||
}
|
||||
|
||||
componentDidMount() {
|
||||
PosthogAnalytics.instance.trackAnonymousEvent<IWelcomeScreenLoad>("welcome_screen_load");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user