Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Init sentry after app startup in Expo workflow #4115

Closed
andresmartinezstay opened this issue Sep 23, 2024 · 1 comment
Closed

Init sentry after app startup in Expo workflow #4115

andresmartinezstay opened this issue Sep 23, 2024 · 1 comment

Comments

@andresmartinezstay
Copy link

andresmartinezstay commented Sep 23, 2024

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

@kahest
Copy link
Member

kahest commented Sep 23, 2024

@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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Archived in project
Development

No branches or pull requests

2 participants