-
-
Notifications
You must be signed in to change notification settings - Fork 338
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
Release mode exceptions not appearing in issues list, debug mode are (Android) #457
Comments
🤔 |
Yep. My crashes on debug were taking about 40 seconds to hit. Still nothing in there for release though with intentional crashes. |
Is this the same issue as #470 ? |
Hello, we are on "react-native-sentry": "^0.42.0", Please note that all configuration is double checked and source maps are loaded correctly on Sentry. |
I am closing all old issues, please if this is still a problem feel free to revive it. |
OS:
Platform:
Config:
I've tried the following variations:
Dev mode exceptions are successfully uploaded to Sentry, but release mode's are not.
Steps to reproduce:
Actual result:
Expected result:
Troubleshooting Steps:
captureMessage
in both debug and release modes does show up in my consoleI'm trying to get this working to switch over from using BugSnag, but it's not looking good.
The text was updated successfully, but these errors were encountered: