Kermit icon indicating copy to clipboard operation
Kermit copied to clipboard

Docs for crashlytics unhandled exception hook are out of date

Open rocketraman opened this issue 2 years ago • 0 comments

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

rocketraman avatar Dec 15 '22 17:12 rocketraman