I want to get all the data through the console window of the browser 1) Error messages 2) File name with Line Number. I tried a lot. Search it but cant find any solution. I tried many Api's but couldn't get any solution. Error, stack trace, console and many other thing which i have tried but couldn't get the data. I want to get The data from browser console just JavaScript errors. and want to send it to server through Ajax call.
Asked
Active
Viewed 31 times
0
-
You should give some examples of what you have tried. – CaptainBli Jul 08 '15 at 21:34
-
possible duplicate of [How to get errors stack trace in Chrome extension content script?](http://stackoverflow.com/questions/20323600/how-to-get-errors-stack-trace-in-chrome-extension-content-script) – rsanchez Jul 09 '15 at 10:51