We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f34220 commit 0dff4bbCopy full SHA for 0dff4bb
src/sentry/static/sentry/app/views/onboarding/platform.jsx
@@ -107,7 +107,9 @@ class OnboardingPlatform extends React.Component {
107
this.setState({progressing: true});
108
// Create their first project if they don't already have one. This is a
109
// no-op if they already have a project.
110
+ console.log('handle continue to create first project');
111
await this.createFirstProject(this.props.platform);
112
+ console.log('finished creating first project');
113
this.props.onComplete();
114
};
115
0 commit comments