Tracking error occurrences across different deployment versions pins down exactly which release introduced a bug.
The error tracking interface is being updated to support . The global error list can now be filtered to only show issues from selected releases. On individual error pages, a new breaks down the occurrence volume by version over time.
The underlying analytics queries group occurrences by task version. The chart component accepts dynamic series configurations, assigning unique colors to each distinct version returned by the database.
This analysis will evolve. Full story with review threads and final assessment available after merge.