26 |
27 | {/* Section header */}
28 |
29 |
Production KMM stability monitoring
30 |
Report stability issues in your mobile applications directly from common Kotlin code.
31 |
32 |
33 | {/* Items */}
34 |
35 |
36 | {FeatureBlock(
37 | "Symbolication",
38 | "iOS crash handling is different between Swift and Kotlin. CrashKiOS properly symbolicates Kotlin stack traces.",
39 | FilterOrganization
40 | )}
41 |
42 | {FeatureBlock(
43 | "Metadata",
44 | "Log breadcrumbs and custom key/value data directly from common Kotlin code to both platforms.",
45 | Note
46 | )}
47 |
48 | {FeatureBlock(
49 | "Fatal Crashes",
50 | "Captures fatal crashes as well as handled exception reports.",
51 | WarningSign
52 | )}
53 |
54 |
55 |
56 |
57 |
62 |
63 | {/* Modal */}
64 |
setVideoModalOpen(false)}>
65 |
66 |

67 |
68 |
69 |
70 |
71 |