Migration Guides
This section is for teams moving off older crash-handling packages or deciding whether the switch is worth it. The guides focus on the practical questions: what changes in the API, what stays familiar, and what you need to retest before the migration is done.
Start with these
- Migrating from react-native-exception-handler
- react-native-exception-handler vs react-native-global-exception-handler
Migration workflow
- Compare the old and new package behavior.
- Replace imports and native handler signatures.
- Verify release-build crash handling on both platforms.
- Reconnect your analytics provider or restart flow using the updated docs and examples.