How to disable sentry logs in dev mode in React Native
What is the recommended way to avoid sending debug errors while developing to Sentry in JS and the native side? JS error in Dev mode Native crash error in Dev mode What was tried for Sentry @sentry/react-native version 6.1.0, but…