-
-
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.captureMessage throws ClassCastException #651
Comments
I can't reproduce this exact issue but I am trying to add a safeguard around this. |
I found and fixed the issue, currently releasing |
I tried to update ... but still get the error I'm currently on v1.0.3 |
I removed the app from the emulator and use |
Hmm OK, I found it, I tested it with 🙄 🙄 🙄 |
@HazAT Cheers, pls let me know when a new version is ready for testing 👍 Thanks! |
|
@HazAT Awesome! It works! Thanks alot for your quick help! |
I still have this issue with |
OS:
Platform:
SDK:
@sentry/react-native
react-native-sentry
Version: 1.0.1
Init Code:
RN: 0.59.10
I have following issue:
Whenever I call
Sentry.captureMessage('any string')
it throws me the following error:The same happens for `Sentry.captureEvent({message: 'any string'}) ...
Steps to reproduce:
Actual result:
Expected result:
The text was updated successfully, but these errors were encountered: