I am using window.onerror
& $(document).ajaxError
method and I am aware that I can get the js name and line number. But in my case the js files are minified and clubbed because of which both these information are obsolete for me.
Is their any way by which I can log the name and parameters of the function where the error occurred.