sentry-kotlin-multiplatform
sentry-kotlin-multiplatform copied to clipboard
Manual captureException() does not capture user's email
Platform
Apple
Installed
CocoaPods
Version
0.9.0
Steps to Reproduce
- integrate SDK
- call
setUser()with a non-null value - call
captureException()to log a non-fatal error
Expected Result
User info (email/username) should be present on the issue report on the Sentry dashboard whether iOS or Android
Actual Result
- iOS: Issue report does not contain the user info (email/username)
- Android: Issue report does contain the user info (email/username)
Regular crashes do contain the user info, it only seems to occur for manually sent errors, and only on iOS.
thanks for the report! We'll have a look
Just pointing out a quick edit on my original message:
- Android works as expected (email/username are included)
- iOS does not work as expected (email/username are not included)
Thanks for the info!
I'm looking into it
Seems to work for me in the latest version, can you check if it is still an issue?
Tested on an iOS Simulator