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
Calling setUser on Android with some extra data (other than built-in userID and username fields) has no result in Sentry logs. On iOS it's fine though.
The text was updated successfully, but these errors were encountered:
mefjuu
changed the title
setUser method on Android doesn't display full data if objects were passed
setUser method on Android doesn't result with full data displayed if objects were passed
Oct 2, 2019
I also noticed that userID and id resolve differently on Android and iOS. So for now, to get the same behavior on both platforms, I do something like this:
Platform:
SDK:
@sentry/react-native
react-native-sentry
react-native
version: 0.60.4Init Code:
Calling
setUser
on Android with some extra data (other than built-in userID and username fields) has no result in Sentry logs. On iOS it's fine though.Steps to reproduce:
The text was updated successfully, but these errors were encountered: