Error Tracking

Your apps send their errors to IssuesByScott, where they're grouped, analyzed, and turned into action.

Error groups and logs

Individual error occurrences (error logs) are folded into error groups — one group per distinct problem, so a thousand occurrences of the same exception are one thing to triage. A group has a status: open, resolved, or ignored.

AI analysis

IssuesByScott can analyze an error group with AI to estimate its category, severity, likely root cause, and a suggested action — so you start triage with a head start, not a raw stack trace. You can reanalyze as needed.

From error to fix

From a group you can:

  • Create an issue to track the work.
  • Generate a coding proposal — an AI-drafted fix (bugfix, enhancement, or feature) that can open a pull request, with approve / reject / retry / provide-input controls.

Ignore rules

Not every error deserves attention — scanner probes and known noise don't. Ignore rules filter matching errors at ingest (by path, method, agent, or error class) so they never create groups. Rules can be created manually or suggested by AI. (Ignoring an existing group hides its history; a rule prevents future noise.)