React-Native ignore all global errors

I am currently using Sentry to only capture some specific use-case errors from my app. These are all ‘handled’ errors. I use other bug tracking tools for all random app crashes and global events. I have tried disabling defaultIntegrations using defaultIntegrations: false, which works in @sentry/browser but doesn’t seem to limit the unhandled errors in @sentry/react-native. Is there any global way to ignore the global error catcher and to only track handled errors?