Error Grouping

LogFlow automatically groups similar errors into issues so you can track, resolve, and monitor regressions.

How grouping works

Every error or fatal log is fingerprinted on ingestion. The fingerprint normalizes the message by stripping error prefixes (Error:, TypeError:), hex IDs, numeric values, and UUIDs — so variations of the same error map to the same group.

Issue lifecycle

  • Open — actively occurring
  • Resolved — marked fixed. If the same error recurs, it automatically reopens (regression detection)
  • Muted — ignored, won't reopen on recurrence

AI summary

Click Generate AI Summary on any issue to get a concise explanation of the error, likely cause, and suggested fix — powered by Claude.

Sidebar badge

The Issues sidebar link shows a live count of open issues. It updates when you resolve or mute issues without a page reload.

View in Logs

Click View in Logs on any issue to open Logs Explorer pre-filtered to that exact error message — so you can see all occurrences with full context.

💡
Issues are a great alternative to setting up keyword alerts — they surface automatically and track trends over time without any configuration.