sentry
sentry copied to clipboard
[User Feedback] Feedback widget is no longer collecting name or email
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):
This is happening because getCurrentScope().getUser()
isn't returning anything. Waiting on Francesco for how to best access the scope to fix this.
fixed with https://github.com/getsentry/sentry-javascript/pull/11928