Is there a way to exclude jQuery, AngularJS, and other libraries from the backtrace when an exception occurs?
The problem is that if a function throws an exception somewhere in my code, I don’t see where exactly this came from, because the stack only shows calls inside jQuery functions.
source
share