You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use setUserContextmethod and try to fill one textinput I get You attempted to set the key 'field' with the value' content' on an object that is meant to be immutable and has been frozen with app:///index.delta in throwOnImmutableMutation.
OS:
Platform:
Output of
node -v && npm -v && npm ls --prod --depth=0
Config:
I have following issue:
When I use
setUserContext
method and try to fill one textinput I getYou attempted to set the key 'field' with the value' content' on an object that is meant to be immutable and has been frozen
withapp:///index.delta in throwOnImmutableMutation
.I use the method like it's shown in https://docs.sentry.io/clients/react-native/config/.
if I remove setUserContext call, app runs ok.
It also happened when I tried to use
captureBreadcrumbs
Steps to reproduce:
content
Actual result:
Expected result:
Thanks!
The text was updated successfully, but these errors were encountered: