JSErrorCollector icon indicating copy to clipboard operation
JSErrorCollector copied to clipboard

Store URL information in JavaScriptError class

Open borislubimov opened this issue 10 years ago • 0 comments

Thank you for the great API. Not long ago I've started use it and found several js-errors with it. When I wrote bug-reports about found errors I realized that it's not always obvious to find the page on which the js-error occured if we read errors after visit more than one page. Therefore it would be great if JavaScriptError class collects not only errorMessage, sourceName and lineNumber but also URL of the page with an error too.

borislubimov avatar Jul 29 '14 17:07 borislubimov