MindscapeHQ / raygun4reactnative

ReactNative crash reporting SDK for Raygun
MIT License
3 stars 3 forks source link

Fix misspelled property in setUser method #71

Closed k-weng closed 1 year ago

k-weng commented 1 year ago

identifier was misspelled as idenfifier which prevented RaygunClient.setUser from being able to set the user information on the native iOS side because identifier is nil which produces a warning The user identifier cannot be nil or empty in RaygunUserInformation.validate.

redJ4y commented 1 year ago

Thank you!