Advanced Guides
The advanced guides cover the part where crash handling stops being a quick setup and starts becoming product behavior. This is where you shape native error screens, test release-only flows, and fit the library into existing reporting or recovery logic.
Best entry points
- Customization: customize native crash screens and handler behavior.
- Testing: safely simulate crashes and verify monitoring in QA.
Come here when
- You need more than the default fallback behavior.
- You are integrating with an existing native recovery flow.
- You are validating crash handling in release builds and want predictable behavior across iOS and Android.