Sentry in development, custom RootErrorBoundary

I am trying to send development errors to Sentry to try it out.
I know the Sentry config is correct because I am able to receive “global app crash” errors and also custom manual error triggered with Sentry.captureException()

The problem is that I cannot submit to Sentry the global JS errors because they get caught by the RootErrorBoundary of Expo. Is there any way to customize that? I tried including my custom ErrorBoundary component in the tree but still no entry in Sentry.