-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Summary
When running sentry init interactively and selecting a team from the prompted list, the flow fails with Project creation failed: Team is required. The team selection prompt appears to not pass the selected value to the project creation step.
Reproduction
- Run
sentry initin a project directory - When prompted, select an organization (e.g.
sentry-developer-experience) - When prompted to select a team, pick one from the list
- Observe failure:
■ Project creation failed: Team is required.
│
│ Specify it using:
│ sentry init --team sentry-developer-experience
Expected behavior
Selecting a team from the interactive prompt should pass it through to project creation without error.
Workaround
Pass the team explicitly via flag:
sentry init --team sentry-developer-experience
Versions affected
Confirmed on 0.18.1
Action taken on behalf of Miguel Betegón.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Fields
Give feedbackNo fields configured for issues without a type.