All Articles/Releases

Comparing Releases to Track Regressions

Use release comparison to identify regressions and improvements between deployments.


Release Comparison

From the release detail page, click Compare to see a side-by-side analysis against any previous release.

What's Compared

MetricWhat It Shows
Total logsVolume change between releases
Error eventsWhether errors increased or decreased
New issuesError types that didn't exist in the previous release
Error ratePercentage of logs that are errors
WarningsWarning count change

Reading the Comparison

  • Green metrics = improvements (fewer errors, lower error rate)
  • Red metrics = regressions (more errors, new issues introduced)
  • Errors resolved = error groups that stopped occurring in the new release
  • Errors introduced = new error groups first seen in this release

AI-Powered Comparison

Click Compare in the AI section to get a narrative analysis: "Release v2.1.0 introduced 2 new error types affecting 45 users. Error rate increased from 0.3% to 1.2%. The ConnectionTimeout errors appear related to the database migration in commit a1b2c3d."

Compare before merging

Register a release for staging deployments too. Compare staging vs. production to catch issues before they reach users.