Filtering by version returns grouped errors from all versions
Joshua
Posted on
May 15 2014
Filtering by versions just returns error group that contains that version at least one. I think it would be more useful if when filtering by version would also display a count the reflects that specific version. For example, let's say I have the following:
(0.0.1) Cannot read property 'id' of undefined, COUNT 100
(0.0.2) Cannot read property 'id' of undefined, COUNT 50
Right now it's returning all of the errors with the version filter and displaying 150, then I have to click through to try and find the version specific ones manually. The reason this isn't desired is because perhaps the new version has slightly different custom data attached to it that I need to analyze as opposed to older versions.
Jason Fauchelle
Raygun
Posted on
Jul 29 2014
Hello Joshua
Apologies for the delayed reply. The display of the error count after filtering has been improved based on what you have described here.
-Jason Fauchelle