-
-
Notifications
You must be signed in to change notification settings - Fork 239
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
Affected user metrics are off #2062
Comments
@buenaflor Any way to reproduce this? |
haven't found so far, looks okay at least through the sample |
what does the json look like for your user? we recently had a similar issue on native, maybe it applies here too |
Seems like this pr is one of the root causes #1665 now that the ipAddress is set to auto by default the user is not null anymore, thus the loadcontexts integration won't be able to set the user info (specifically the id) from native: https://github.com/getsentry/sentry-dart/blob/main/flutter/lib/src/integrations/load_contexts_integration.dart#L113 |
Platform
Flutter Mobile
Obfuscation
Disabled
Debug Info
Disabled
Doctor
Version
8.0.0
Steps to Reproduce
Record an exception to Sentry
Expected Result
Affected user is 1
Actual Result
Affected user is 0
For whatever reason, all issues say that zero users are affected after upgrading to v8.
Are you willing to submit a PR?
No
The text was updated successfully, but these errors were encountered: