π°οΈ System Bugs
The list and detail view for auto-detected production errors captured by π‘ Live LogsΒ and π€ Sniffer AutoBugΒ .
π Overview#
While the π Task BoardΒ is where humans triage manually-reported bugs, System Bugs is where machine-detected errors live β the JavaScript exceptions, failed API calls, unhandled rejections, and resource failures captured automatically from your live website.
Each system bug is deduplicated by fingerprint, includes an occurrence count, affected-user count, first/last-seen timestamps, and the full diagnostic context. From here, engineers triage errors, link them to fix tasks, and resolve them.
System Bugs and the regular Task Board can be linked together β a recurring system error can be linked to the engineering ticket assigned to fix it, and closing the engineering ticket can auto-resolve the system bug.
πΌοΈ Insert image of the System Bugs list page with several errors, severity chips, and occurrence counts.
Routes:
- List β
/sf/projects/:id/system-bugs - Detail β
/sf/projects/:id/system-bugs/:bugId
π List View#
The list view is the triage workspace.
Columns#
Filters#
Bulk Actions#
- Mark as Resolved (with optional resolution note)
- Mark as Ignored (wonβt generate alerts)
- Link to Task β link multiple system bugs to one engineering ticket
- Assign Severity β bulk re-classify
- Delete
π System Bug Detail#
Click any error to open the detail view with five tabs:
1. βΉοΈ Info Tab#
πΌοΈ Insert image of the Info tab with stack trace and metadata.
2. π Console Logs Tab#
The first 30 console entries captured around the time of the error. Color-coded by level, searchable. See π‘ Live LogsΒ for details.
3. π Network Logs Tab#
The first 30 network entries with error highlighting. Bodies and headers expandable.
4. π¬ Comments Tab#
Team discussion about the error. Same comment features as the π Bug DetailsΒ drawer β @mentions, threads, edit/delete.
5. π Linked Tasks Tab#
πΌοΈ Insert image of the Linked Tasks tab showing one linked engineering ticket.
π Status Lifecycle#
π New β π Investigating β β
Resolved
β π« Ignoredπ¨ Alerting#
When a new system bug is detected (or an existing one passes a threshold), Sniffer can:
- π Send an in-app notification
- π§ Email project members
- π¦ Post to a Slack / Teams channel
- π« Auto-create a π Task BoardΒ issue if Auto-Create Issues is enabled in π‘ Live LogsΒ config
Thresholds (configured per project):
π€ AI on System Bugs#
The π€ AI Analysis tabΒ is available on system bugs too:
- Root cause inference from stack trace + network context
- Affected file suggestions (if GitHub/BitbucketΒ is linked)
- Reproduction steps based on action timeline
- Related bug suggestions