Skip to content

Commit 0dff4bb

Browse files
committed
idk test console.log
1 parent 6f34220 commit 0dff4bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sentry/static/sentry/app/views/onboarding/platform.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,9 @@ class OnboardingPlatform extends React.Component {
107107
this.setState({progressing: true});
108108
// Create their first project if they don't already have one. This is a
109109
// no-op if they already have a project.
110+
console.log('handle continue to create first project');
110111
await this.createFirstProject(this.props.platform);
112+
console.log('finished creating first project');
111113
this.props.onComplete();
112114
};
113115

0 commit comments

Comments
 (0)