如何向 Bugsnag 上的用户上下文添加更多元数据?
How to add more metadata to user context on Bugsnag?
显然是 Bugsnag setUser method only accepts three params: id
, name
and e-mail
. How to attach my custom metadata to the user, like the Sentry setUserContext 方法?
我相信这是有可能的,因为我在 Custom Filters 页面上看到了这张图片,它有一个自定义的 subscription_level
字段:
这里是 Bugsnag 员工。你可以这样做!这是 React Native 和 javascript
的文档
https://docs.bugsnag.com/platforms/react-native/#attaching-custom-diagnostics
https://docs.bugsnag.com/platforms/browsers/#custom-diagnostics
显然是 Bugsnag setUser method only accepts three params: id
, name
and e-mail
. How to attach my custom metadata to the user, like the Sentry setUserContext 方法?
我相信这是有可能的,因为我在 Custom Filters 页面上看到了这张图片,它有一个自定义的 subscription_level
字段:
这里是 Bugsnag 员工。你可以这样做!这是 React Native 和 javascript
的文档https://docs.bugsnag.com/platforms/react-native/#attaching-custom-diagnostics
https://docs.bugsnag.com/platforms/browsers/#custom-diagnostics