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
Context: I think this would be useful for using our own infrastructure for logging and error reporting from JS client apps. We could certainly use it in our React frontend on the web, but also in the React Native app.
The text was updated successfully, but these errors were encountered:
Add support for
POST /v1/log
, probably something likeIf you want to get really fancy, it would probably help it accepted a JavaScript Error object and populated the values from that.
Another possible feature would be to support
GET /v1/log
, though we might need to distinguish error logging from this kind of status logging, likeContext: I think this would be useful for using our own infrastructure for logging and error reporting from JS client apps. We could certainly use it in our React frontend on the web, but also in the React Native app.
The text was updated successfully, but these errors were encountered: