Can I get Customized error grouping?
saran
Posted on
Jul 17 2014
I have two different error groups that are actually the same error from two different devices. One has this message: "'undefined' is not an object (evaluating 'this.rk.M')" and the other has this message: "Cannot read property 'M' of undefined".
How can I add customized grouping so that both of these errors be grouped together? Line and column number of stack traces from both are almost the same (not exactly) but one of the devices has created longer stack traces. Look below: at p line 418, column 64 vs at ax.p line 418, column 64 at q.execute line 127, column 439 vs at execute line 127, column 440 , and so on ..
How can I get the same error from different devices be grouped together?
Callum
Posted on
Jul 17 2014
Thanks for the suggestion - at the current time the grouping is managed by server-side logic on a per-language/provider basis. For JS as you've noticed browsers and devices produce wildly different stack traces so we can't use the stacktrace-based method of the other providers in order to construct and identity based on the actual code path of the exception. In this case JS defaults to message-based grouping so some duplicates may be expected. We invite you to add the custom grouping suggestion to the Feature Requests forum where it can be voted on, which will be used to prioritise new features in the future.
Regards,
Callum Gavin
Mindscape Limited
saran
Posted on
Jul 18 2014
Thank you for your prompt response :) Sounds great. I will make a feature request.