Kermit
Kermit copied to clipboard
Docs for crashlytics unhandled exception hook are out of date
The docs for iOS reference setting up the exception hook as follows:
setupCrashlyticsExceptionHook(Logger)
However, it appears on the latest releases, this is no longer the correct call. It now appears to be:
import co.touchlab.kermit.crashlytics.setCrashlyticsUnhandledExceptionHook
setCrashlyticsUnhandledExceptionHook()
Should be updated: https://github.com/touchlab/Kermit/blob/main/kermit-crashlytics/README.md?plain=1#L42