Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rollbar/rollbar-react-native
Crash and error reporting for React Native using Rollbar
https://github.com/rollbar/rollbar-react-native
error-monitoring error-reporting javascript observability react react-native typescript
Last synced: about 7 hours ago
JSON representation
Crash and error reporting for React Native using Rollbar
- Host: GitHub
- URL: https://github.com/rollbar/rollbar-react-native
- Owner: rollbar
- Created: 2017-09-15T17:35:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-27T14:56:33.000Z (about 2 months ago)
- Last Synced: 2024-09-27T15:01:25.431Z (about 2 months ago)
- Topics: error-monitoring, error-reporting, javascript, observability, react, react-native, typescript
- Language: Objective-C
- Homepage: https://docs.rollbar.com/docs/react-native
- Size: 2.48 MB
- Stars: 62
- Watchers: 29
- Forks: 37
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Rollbar React Native
Proactively discover, predict, and resolve errors in real-time with Rollbar’s error monitoring platform. Start tracking errors today!---
[Rollbar](https://rollbar.com) 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:
- **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.# Setup Instructions
1. [Sign up for a Rollbar account](https://rollbar.com/signup)
2. Follow the [Getting Started](https://rollbar.readme.io/docs/react-native#section-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.# Usage and Reference
For complete Usage instructions and configuration reference, see our [React Native docs](https://rollbar.readme.io/docs/react-native#section-configuration).
# Release History & Changelog
See our [Releases](https://github.com/rollbar/rollbar-react-native/releases) page for a list of all releases, including changes.
# Help / Support
If you run into any issues, please email us at [[email protected]](mailto:[email protected])
For bug reports, please [open an issue on Github](https://github.com/rollbar/rollbar-react-native/issues/new).
# 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