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 68e6e49 commit 08aa2d8Copy full SHA for 08aa2d8
src/sentry/seer/autofix/issue_summary.py
@@ -278,6 +278,7 @@ def _run_automation(
278
stopping_point = None
279
if features.has("projects:triage-signals-v0", group.project):
280
stopping_point = _get_stopping_point_from_fixability(issue_summary.scores.fixability_score)
281
+ logger.info("Fixability-based stopping point: %s", stopping_point)
282
283
_trigger_autofix_task.delay(
284
group_id=group.id,
0 commit comments