In Sentry client's library we could do the following:
Sentry.setUserContext({userID:123});
Calling this once in our top root component would cause all the related exceptions to show up with userID:123 in the dashboard. We can also filter by userID in the dashboard. Also, we can set some extra props, basically a simple JSON.
Is this currently possible with the AppCenter's crash API?
If not, will it be available? (Any rough estimation?)
Also, we are interested in calling setUserContext() from both JS and Native side.
Thanks in advance for any help on the issue (-:
Hi, this feature is in the roadmap but we don't have any ETA yet.
Most helpful comment
Hi, this feature is in the roadmap but we don't have any ETA yet.