-
-
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
Sentry.sendEvent throws ClassCastException #674
Comments
I have the same issue, it started after going to @sentry/react-native 1.0.4 and react-native 0.59.10, from react-native-sentry 0.39.1 and react-native 0.57.8 |
Can you upgrade to |
Since the only way for me to test this is to upload my app to production, I'm afraid I can't take that risk, since I risk losing many customers if the app starts crashing on them. Is there any particular commit/fix in 1.0.5 or 1.06 that would fix this issue? |
On |
Any update on this? Would really like to upgrade to |
Platform:
SDK:
@sentry/react-native
react-native-sentry
react-native
version: 0.59.10Init Code:
I have the following issue:
I'm getting warnings on the Google Play Store about crashes related to the new sentry plugin.
Value for message cannot be cast from ReadableNativeMap to String
It looks like it's similar to this issue #651, however, I'm already on v1.04.
The text was updated successfully, but these errors were encountered: