-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[User Feedback] Feedback widget is no longer collecting name or email #70347
Closed
michellewzhang opened this issue
May 6, 2024
· 2 comments
· Fixed by getsentry/sentry-javascript#11993
Closed
[User Feedback] Feedback widget is no longer collecting name or email #70347
michellewzhang opened this issue
May 6, 2024
· 2 comments
· Fixed by getsentry/sentry-javascript#11993
Comments
This is happening because |
fixed with getsentry/sentry-javascript#11928 |
c298lee
added a commit
to getsentry/sentry-javascript
that referenced
this issue
May 13, 2024
When getting the user from the scope, the user can also be an empty object, which doesn't work with null coalescing. This checks to see if the user exists and that it's not empty in all scopes Fixes getsentry/sentry#70347
andreiborza
pushed a commit
to getsentry/sentry-javascript
that referenced
this issue
May 16, 2024
When getting the user from the scope, the user can also be an empty object, which doesn't work with null coalescing. This checks to see if the user exists and that it's not empty in all scopes Fixes getsentry/sentry#70347
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Can see that all of the labels say "anonymous" (which means on the frontend we don't have access to a name or email to display):
The text was updated successfully, but these errors were encountered: