Skip to content

Commit 08aa2d8

Browse files
Add logging for fixability-based stopping point (#103108)
1 parent 68e6e49 commit 08aa2d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sentry/seer/autofix/issue_summary.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ def _run_automation(
278278
stopping_point = None
279279
if features.has("projects:triage-signals-v0", group.project):
280280
stopping_point = _get_stopping_point_from_fixability(issue_summary.scores.fixability_score)
281+
logger.info("Fixability-based stopping point: %s", stopping_point)
281282

282283
_trigger_autofix_task.delay(
283284
group_id=group.id,

0 commit comments

Comments
 (0)