-
Notifications
You must be signed in to change notification settings - Fork 39
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
Android App Crashes #187
Comments
@suryapermana92work thank you for the report. Can you include details of the crash? |
@waltjones pls let me know if you need any more info |
Having the same issue here after updated to |
Any updates on this? |
Hi all, I have tested here with a hardware Pixel device, and do not get this error. The error looks like the Rollbar Android SDK was not initialized. This is necessary for any project that loads the Java/Android code for rollbar-react-native. It should not be necessary for JS-only projects such as un-ejected Expo projects. The doc for this is here: The specific execution that leads to the error is here: That init will be called if React Native's If this error is occurring and the init in |
I am getting app crashes while in App.js, instantiating a Rollbar Client
Steps to reproduce
"react": "18.2.0",
"react-native": "0.71.4",
"rollbar": "^2.26.2",
"rollbar-react-native": "^1.0.0-beta.2"
Platforms
Android
JavaScript runtime
Hermes
Workflow
React Native (without Expo)
Build type
Release mode
Device
Real device
The text was updated successfully, but these errors were encountered: