The Raygun4ReactNative provider allows you to automatically capture and report on unhandled runtime errors within your project by setting up event listeners for the JavaScript and platform-native (Android/iOS) sides of your project.
The provider also allows for manual error capturing using the
RaygunClient.sendError(...)
function.
This allows you to customize the data being reported on and capture use cases
specific to your project.
See more: https://raygun.com/documentation/language-guides/react-native/crash-reporting/features/
The raygun4reactnative
NPM package is located in the /sdk
folder of this
project.
Follow the instructions in the README.md file to install it.
NPM Package page: https://www.npmjs.com/package/raygun4reactnative/
The folder /demo
contains a demo React Native application that uses the
raygun4reactnative
provider.
Instructions on how to run the demo are located in the folder.
The folder /ExpoDemo
contains a demo Expo application that uses the
raygun4reactnative
provider.
Instructions on how to run the demo are located in the folder.