I’m still learning my way around Sentry. I’m using the JS SDK while developing a new app. When Sentry is configured, it appears to swallow all errors & exceptions by default and send them to Sentry, hiding them from the console. Is it possible to configure Sentry so that errors are send to Sentry AND to the console (like the normal, no-Sentry behavior)? Specifically, I would like to do this only during development.
Thanks!