martincik/react-native-hockeyapp

Report JavaScript level errors / exceptions

Opened this issue · 0 comments

Is it possible to report JavaScript level exceptions, such as a rejected promise that do not need to crash the app, to hockey app? 🤔

For android it is possible to make use of ExceptionHandler.saveException to send caught exceptions to hockey app, but I'm not sure if the same functionality exists for iOS.

Is this API something that would make sense to add to this library? Let me know your thoughts and I might be able to work towards a PR 👍