Proactively discover, predict, and resolve errors in real-time with Rollbar’s error monitoring platform. Start tracking errors today!
Rollbar is a real-time exception reporting service for React-Native and other languages. The Rollbar service will alert you of problems with your code and help you understand them in a ways never possible before. We love it and we hope you will too.
Rollbar-react-native is the SDK for React Native apps and includes support for Android, iOS, and Javascript.
- Source maps: Uploading source maps from Javascript, Android and IOS bundles is made easy through Rollbar. Learn more about react native sourcemaps.
- Automatic error grouping: Rollbar aggregates Occurrences caused by the same error into Items that represent application issues. Learn more about reducing log noise.
- Advanced search: Filter items by many different properties. Learn more about search.
- Customizable notifications: Rollbar supports several messaging and incident management tools where your team can get notified about errors and important events by real-time alerts. Learn more about Rollbar notifications.
- Sign up for a Rollbar account
- Follow the Getting Started instructions in our React Native docs to install rollbar-react-native and configure it for your platform.
For complete Usage instructions and configuration reference, see our React Native docs.
See our Releases page for a list of all releases, including changes.
If you run into any issues, please email us at support@rollbar.com
For bug reports, please open an issue on Github.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
). - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request