Skip to content

rollbar/rollbar-react-native

Repository files navigation

rollbar-logo

Rollbar React Native

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.

Key benefits of using Rollbar React Native are:

Setup Instructions

  1. Sign up for a Rollbar account
  2. Follow the Getting Started instructions in our React Native docs to install rollbar-react-native and configure it for your platform.

Usage and Reference

For complete Usage instructions and configuration reference, see our React Native docs.

Release History & Changelog

See our Releases page for a list of all releases, including changes.

Help / Support

If you run into any issues, please email us at support@rollbar.com

For bug reports, please open an issue on Github.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature).
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request