-
-
Notifications
You must be signed in to change notification settings - Fork 342
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
[IOS] : Not capture event when build release mode #535
Comments
I'm seeing the exact same issue. @minhduc1911983 did you find a fix? |
Seeing this same issue on iOS with React Native v55.4. |
Hey, so in release mode, we do not immediately send the events, instead we store it and either send it on the next app start or next We will fix this "bug" in the next major bump that we are currently working on. |
I did implement it last week and during my testing in debug mode, everything worked fine. Now I saw the first crash on the real production app and I didn't receive any error :/. We already did restart the App multiple times afterwards. Maybe I will try to upgrade to 0.60 react and the new version now. |
I am closing all old issues, please if this is still a problem feel free to revive it. |
Hi everybody
I working with Sentry for trace javascript exception in React Native app. Everything work very well when i runing debug mode but when i run in release mode then no events capture in Sentry dashboard. Pls help me this problem
Thanks all
Regards
The text was updated successfully, but these errors were encountered: