We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0131c87 commit 3eb25f2Copy full SHA for 3eb25f2
1 file changed
Application/DevLogInfra/Sources/Common/FirebaseCrashlyticsHelper.swift
@@ -45,6 +45,7 @@ private extension FirebaseCrashlyticsHelper {
45
metadata: [String: String]
46
) -> [String: Any] {
47
var userInfo: [String: Any] = [
48
+ NSUnderlyingErrorKey: nsError,
49
Key.underlyingType.rawValue: String(describing: type(of: error)),
50
Key.underlyingDomain.rawValue: nsError.domain,
51
Key.underlyingCode.rawValue: nsError.code
0 commit comments