-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support end user 'onCrash' handling #34
Comments
We actually hook into its 'on boot after crash' hook. Would that work for Using onCrash is hard because it has to be async-safe. Conrad On Friday, December 26, 2014, Michael Lake [email protected] wrote:
|
Hmm...we'd like to record those crashes via Google Analytics as well as bugsnag....previously we would install our own master NSExceptionHandler which would call out to both, but it seems like we would miss out on other KScrash goodness if we did that. Thoughts?? Michael
|
Perhaps we could combine this with #17 to fix both issues at the same time? Some user code could run before sending a notification with the caveat that it is run out of the context of the crash (next boot) |
Looks like KSCrash's onCrash handler is being used up for BugSnag to do its thing. We would like a way to add another handler for recording errors through our own custom tooling.
The text was updated successfully, but these errors were encountered: