chore(event formatter): add new event formatter to mcp - #1162
Conversation
|
bugbot run |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit e7f534f. Configure here.
| autofixState.autofix.run_id, | ||
| ); | ||
| return `## Seer Analysis\n\n${wrapped}\n`; | ||
| } |
There was a problem hiding this comment.
Seer status omitted with formatted content
Medium Severity
When autofixState.formatted.content is present, formatSeerSummary returns early and skips the existing status handling for in-progress, failed, and awaiting_user_input runs. analyze_issue_with_seer still appends that status after using formatted content, so get_issue_details can hide that Seer failed or needs input once the shared formatter rolls out.
Reviewed by Cursor Bugbot for commit e7f534f. Configure here.


to be merged after endpoint pr
Switches the MCP issue/event and autofix output to consume Sentry's shared-formatter output when it's available:
?llmFormat=markdown.No behavioral change on merge. behind the
issues.standardized-markdown-for-llmoption. Rollout will happen gradually via feature flag.