I set up the sentry in my App and using sentry-expo
with public DSN.
I got the source map uploaded successful and can see the release version
but i can now see any error when i try to test it with throw Error(‘error’) in the app.
also , how can I manually sent the exception for sentry-expo
like web version? do i need to install the react-native-sentry
as well?
It shows so simple in the doc but it’s not. Thanks