Feature Request
Change group of single error
Current Status:
Completed
suamikim
Sometimes I get very generic unhandled JavaScript errors which originate from different problems but are reported in the same group (e.g. "Script error.", "undefined is not a function"). Therefore it would be very helpful to be able to manually change the group of single errors in the UI.
Thanks
Murray
Posted on
Jun 02 2015
Or better yet ... group these type of errors based on something other than the "message"
Raygun
John-Daniel Trask
Posted on
Jun 02 2015
Hi everyone,
We don't group on message unless that's all we have to group on. In particular, if you're seeing 'Script Error', it's because we don't get any stack details at all. Why? Because Script Error is a browser security response to an error occurring in a 3rd party script, hosted on another domain, without a cross origin policy setup.
We wrote about this recently here: https://raygun.io/blog/2015/05/fix-script-error-and-get-the-most-data-possible-from-cross-domain-js-errors/
If we have a stack trace to use, we'll usually use that (and other special bits and pieces if it makes sense). If you are still seeing something grouped together that shouldn't be, please hit the 'Feedback' link in the sidebar of Raygun and shoot us a note about it. It could be that you're running an old version of the grouping logic (we don't just update everyone as it causes all new hashes and you'd be left wondering why previously ignored things were appearing again!).
I hope that helps,
John-Daniel Trask