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.
- Sign up for a Rollbar account
- Follow the Getting Started instructions in our [React Native docs] (https://rollbar.readme.io/docs/react-native) 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