You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that my Android issues are all coming with <unlabeled event> instead of the proper error, which ends up grouping them wrongly. The same error (let's say Sentry.crash()) on iOS gets reported correctly.
The text was updated successfully, but these errors were encountered:
I am closing all old issues, please if this is still a problem feel free to revive it.
Also, consider moving to our new SDK @sentry/react-native if it still happens there please open a new issue.
We're seeing this happening in our Android app as well. On iOS we don't see this popping up in Sentry (without any stacktrace attached). ur app is using @sentry/react-native 1.2.1. Doesn't look like 1.2.2 addresses this issue.
OS:
Platform:
Output of
node -v && npm -v && npm ls --prod --depth=0
Config:
I noticed that my Android issues are all coming with
<unlabeled event>
instead of the proper error, which ends up grouping them wrongly. The same error (let's saySentry.crash()
) on iOS gets reported correctly.The text was updated successfully, but these errors were encountered: