Gitpulse
LatestReleasesStand-up
Merged
Size
XL
Extra Large: 1000+ weighted lines
Change Breakdown
Feature75%
Performance15%
Testing10%
#3172feature: Errors page

Developers can track and bulk-replay grouped run errors

Developers can track and bulk-replay grouped run errors
MA
matt-aitken
·Mar 5, 2026·#3172feature: Errors page

A top-level Errors dashboard automatically isolates and groups similar failures, giving developers a timeline of occurrences and a direct path to bulk-replay affected runs.

Developers can track recurring failures without sifting through thousands of duplicate logs. A new dashboard aggregates failed executions by extracting the underlying error signature, creating a clean list of unique issues affecting a project.

When an execution crashes, the system analyzes the stack trace and error message, strips out dynamic variables like timestamps, UUIDs, and file paths, and generates a . These fingerprints group identical problems together regardless of the specific data payload that caused them.

Users can click into any grouped error to see plotted over time, identifying exactly when a spike started. From there, they can filter the exact list of affected executions and trigger a bulk replay once the code is patched. Fast load times are maintained by in the analytics database that keep running totals per minute.

View Original GitHub Description

A top-level Errors page that aggregates errors from failed runs with occurrences metrics.

https://github.com/user-attachments/assets/8f0ef55e-90dd-4faa-9051-59f4665181e4

Errors are “fingerprinted” so similar errors are grouped together (e.g. has an ID in the error message).

You can view an individual error to view a timeline of when it fired, the runs, and bulk replay them.

© 2026 · via Gitpulse