Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manual captureException() does not capture user's email #317

Open
remvst opened this issue Jan 29, 2025 · 3 comments
Open

Manual captureException() does not capture user's email #317

remvst opened this issue Jan 29, 2025 · 3 comments
Assignees
Labels
Platform: KMP Type: Bug Something isn't working

Comments

@remvst
Copy link

remvst commented Jan 29, 2025

Platform

Apple

Installed

CocoaPods

Version

0.9.0

Steps to Reproduce

  1. integrate SDK
  2. call setUser() with a non-null value
  3. 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.

@remvst remvst added Platform: KMP Type: Bug Something isn't working labels Jan 29, 2025
@buenaflor buenaflor moved this from Needs Discussion to Needs Investigation in Mobile & Cross Platform SDK Jan 30, 2025
@buenaflor
Copy link
Contributor

thanks for the report! We'll have a look

@remvst
Copy link
Author

remvst commented Feb 3, 2025

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)

@buenaflor buenaflor self-assigned this Feb 10, 2025
@buenaflor
Copy link
Contributor

Thanks for the info!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform: KMP Type: Bug Something isn't working
Projects
Status: Needs Investigation
Development

No branches or pull requests

2 participants