Does Sentry have any background workers polling to push updates or anything like that in the Sentry SDK for React Native?
I ask because when my app is backgrounded I noticed that Battery on ios shows that it is always in “background”. So it will show “2m on, 58m in background”. It makes me believe there is some thread still running.
I ejected my Expo app, and ran my app on my phone with enableNative: false in the Sentry settings, and it appears to be taking less energy as well, so wondering if that is releated.
Is there anything like this in Sentry SDK for react native? Or is Sentry build to just send once when captureMessage or captureException is called?