Thanks Bruno for the response. My question was rather if adding the sentry package in react native and initializing it there, if it would catch crashes on the native side? Im using version 1.3.7.
There is no need to add any native code, initializing the SDK in JS is all you need to do.
If it’s not picking up any native crashes there is something wrong in the setup.
If the JS SDK isn’t able to talk to the native side you should see a popup appear in debug mode telling you this. If that’s also not there then something is even more fishy and we need a repro case.