Closed b95505017 closed 11 months ago
Yeah, correct, it isn't part of the public API. The main reason why we don't raise exceptions is that we don't want to interrupt the existing flow. If we were to raise an exception, any existing unhandeled exception hooks wouldn't be called anymore.
Does FIRCLSExceptionRecordNSException
be called explicitly when an exception triggered/raised in a pure iOS project without KMP? I want to follow the same flow.
Yes Crashlytics uses FIRCLSExceptionRecordNSException
internally as well, as can be seen in the source code.
It seems like
FIRCLSExceptionRecordNSException
is not a public api? Wondering why not just raise theNSException
.