-
-
Notifications
You must be signed in to change notification settings - Fork 337
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
Investigate and officially support hermes engine on iOS #1262
Comments
I’m currently using it and it just worked without any changes needed |
So far it doesn't work for me, sending an event gets:
|
The error I mentioned in my previous comment that caused Sentry to not send events at all in 0.64 will be fixed by #1274. Next step is to investigate source maps from iOS Hermes |
So far none of the issues that I have run into have been related to Hermes but rather unrelated things such as #1274. So I will close this issue for now. Please reopen/let us know if you run into any issues with Hermes on iOS. |
Support for hermes on iOS was just added in React Native 0.64-rc2 as an opt-in feature, we should investigate this and ensure our SDK fully supports it. We’ve had issues with hermes source maps in the past with Android, now that hermes is being extended to iOS we should ensure that there won’t be any issues.
The text was updated successfully, but these errors were encountered: