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
Setting my user id as an int rather than a string causes sendEvent to crash.
Steps to reproduce:
See above where I set the user id - it's 26, not "26", and sending events crashes.
Actual result:
Expected result:
Casting is handled gracefully and id comes through as a stringified version of its int value.
The text was updated successfully, but these errors were encountered:
lobsterkatie
changed the title
sendEvent throws "Value for id cannot be cast from double to string"
int user id causes "Value for id cannot be cast from double to string" in sendEvent
Oct 15, 2019
OS:
Platform:
SDK:
@sentry/react-native
1.0.9react-native-sentry
react-native
version: 0.61.2Init Code:
I have following issue:
Setting my user id as an int rather than a string causes
sendEvent
to crash.Steps to reproduce:
See above where I set the user id - it's
26
, not"26"
, and sending events crashes.Actual result:
Expected result:
Casting is handled gracefully and id comes through as a stringified version of its int value.
The text was updated successfully, but these errors were encountered: