-
Notifications
You must be signed in to change notification settings - Fork 255
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
Missing clearUser method on react-native #1259
Comments
Hey @ghsdh3409, the docs you've linked to are our legacy documents for the deprecated In Bugsnag for React Native using |
@xljones Thanks! Btw, that should be added in the docs. I spent some time reading the docs looking for how to clear the user data. |
Hi @jdferreira-biai, You can find information on how to clear user data using |
@hannah-smartbear There is an issue. When I try to send
Example:
I'm using |
Thanks for highlighting this. This appears to be due to us enforcing the We have opened a PR to update this here. While I do not have a firm ETA on when this change will be released, we will look to put this through our full review process when priorities allow. |
I just wanted to update you here, as we recently released v8.2.0 of Please let us know if you have any further questions or issues. You can open a ticket with us directly by contacting [email protected]. |
Nice! Thanks for working on that. 👍🏻 So if I want to unset or clear the user I should do the following?
Also, it's there any difference if I do instead this?
(that's what I've been doing until now). |
When calling However, when explicitly passing Hopefully that makes sense, but please let us know if you have any other questions. |
Describe the bug
clearUser
method. But, after I upgrading v7, there is noclearUser
.clearUser
?Steps to reproduce
Bugsnag.clearUser()
Environment
Error screenshot
The text was updated successfully, but these errors were encountered: