Appcenter-sdk-react-native: Custom properties on crashes

Created on 8 Jan 2018  路  1Comment  路  Source: microsoft/appcenter-sdk-react-native

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 (-:

feature request

Most helpful comment

Hi, this feature is in the roadmap but we don't have any ETA yet.

>All comments

Hi, this feature is in the roadmap but we don't have any ETA yet.

Was this page helpful?
0 / 5 - 0 ratings