Skip to content

Commit

Permalink
chore(issue-platform): Default projects to create via the issue platf…
Browse files Browse the repository at this point in the history
…orm (#48642)

Getting this pr ready so that we can merge once we're happy with testing
in specific orgs.
  • Loading branch information
wedamija authored May 8, 2023
1 parent 5adee8e commit df37683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry/issues/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def issue_category_can_create_group(category: GroupCategory, project: Project) -
# system-wide option
and options.get("performance.issues.create_issues_through_platform", False)
# more-granular per-project option
and project.get_option("sentry:performance_issue_create_issue_through_platform", False)
and project.get_option("sentry:performance_issue_create_issue_through_platform", True)
)
)

Expand Down

0 comments on commit df37683

Please sign in to comment.