Skip to content
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

Remove KSCrash and unhandled exception handlers #1073

Merged
merged 1 commit into from
Oct 6, 2020

Conversation

QuintinWillison
Copy link
Contributor

Fixes #1068. Relates to #949.

KSCrash and Sentry were added in #599 and #603 (early 2017) but things have moved on a lot since then in terms of library stability, as well as in respect of the expectations of developers integrating our library into their apps - as well as their libraries in some cases!

Our library has no need to be catching exceptions. It counts as unexpected (not idiomatic) behaviour. If an app developer wishes to catch exceptions then they can engineer that themselves for the app process, choosing their own approach to logging them in accordance with their terms and conditions agreed with their users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Conflict KSCrashAblyFork
2 participants