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
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 👍
The text was updated successfully, but these errors were encountered:
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 👍
The text was updated successfully, but these errors were encountered: