I have a IIFE wrapping my code and inside that code I have various methods with try catch blocks. The problem and confusion I am finding is that all other errors on the page are getting sent to sentry.
How can I configure the sentry JavaScript raven client to stop catching / reporting exceptions out side of my try catch blocks?