Skip to content

Commit 9da61a8

Browse files
evanpurkhisermattrobenolt
authored andcommitted
fix(onboarding): Correct onboarding survey hook name
1 parent 5eb4bfd commit 9da61a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/static/sentry/app/routes.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ function routes() {
766766
path=":projectId/configure/:platform/"
767767
component={errorHandler(OnboardingConfigure)}
768768
/>
769-
{hook('routes:onboarding')}
769+
{hook('routes:onboarding-survey')}
770770
</Route>
771771
</Route>
772772
<Route component={errorHandler(OrganizationDetails)}>

0 commit comments

Comments
 (0)