You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the sentry SDK is initialized in the JS layer, meaning that crashes happening before the JS layer initialization are not being reported. This makes detecting bugs due to native dependencies hard to track, there should be an option in the config plugin to initialize the SDK in the native side patching the didFinishLaunchingWithOptions and MainApplication.onCreate calls
The text was updated successfully, but these errors were encountered:
@andresmartinezstay thanks for getting in touch - this makes a lot of sense and we have #3608 open to improve on this holistically. If you feel your suggestion is not captured in this issue, please feel free to add there. I'm closing this for now (but we might want to re-open and treat it as sub-issue of the other one).
Right now, the sentry SDK is initialized in the JS layer, meaning that crashes happening before the JS layer initialization are not being reported. This makes detecting bugs due to native dependencies hard to track, there should be an option in the config plugin to initialize the SDK in the native side patching the
didFinishLaunchingWithOptions
andMainApplication.onCreate
callsThe text was updated successfully, but these errors were encountered: