I want to instantiate a Sentry client that does not catch every exception on the window. Previously, I found out that raven-js exposed a singleton that allowed you to create and configure a client you could call:
What you want to use in this case is to instanciate a Hub bound to a client. Anything that can be called on Sentry directly (such as captureException) goes to the default hub out of the box but can also be called on a specific hub: