I’ve used Sentry for a React Native iOS app successfully and now expanding the app to Android.
I’ve been thinking about the best possible strategy with Sentry: should I create separate projects for respective platforms? Or just differentiate source maps and code by creating multiple release-ids per platform in a single project?
Both have their benefits, but I’m curious if someone would’ve decided one way or another.