https://github.com/rollbar/rollbar-ios
Objective-C library for crash reporting and logging with Rollbar.
https://github.com/rollbar/rollbar-ios
crash-reporting crash-reports error-handler error-handling error-monitoring exception-handler rollbar
Last synced: 4 months ago
JSON representation
Objective-C library for crash reporting and logging with Rollbar.
- Host: GitHub
- URL: https://github.com/rollbar/rollbar-ios
- Owner: rollbar
- License: mit
- Created: 2014-03-18T19:11:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-05-26T13:54:24.000Z (about 2 years ago)
- Last Synced: 2025-02-19T01:09:49.572Z (4 months ago)
- Topics: crash-reporting, crash-reports, error-handler, error-handling, error-monitoring, exception-handler, rollbar
- Language: Objective-C
- Homepage: https://docs.rollbar.com/docs/ios
- Size: 60.5 MB
- Stars: 66
- Watchers: 41
- Forks: 57
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# DEPRECATED: [Rollbar Apple SDK](https://github.com/rollbar/rollbar-apple) v3.0.0 deprecates this Rollbar iOS SDK. The Apple SDK is a modernized approach to collecting errors from Apple devices and fixes many iOS SDK pain points. Please, consider migrating over to the Apple SDK. You can find its documentation [here](https://docs.rollbar.com/docs/apple). Please open an [issue](https://github.com/rollbar/rollbar-apple/issues) or contact our support if you encounter problems.
# Rollbar for iOS and macOS
Objective-C & Swift library for crash reporting and logging with [Rollbar](https://rollbar.com). It works on iOS and macOS.
[](https://img.shields.io/cocoapods/v/Rollbar.svg)
[](https://github.com/Carthage/Carthage)# Roadmap Note
We are recommending all current users of the Rollbar-iOS SDK to start making plans for upgrading from this SDK by moving to its new reincarnation that is our new [Rollbar-Apple SDK](https://github.com/rollbar/rollbar-apple).
All new feature development will be happening only within the new SDK and this SDK will be retiring soon.
All the new users that are looking into using Rollbar on any of the Apple platforms should start by using the new Rollbar-Apple SDK.## Setup Instructions
1. [Sign up for a Rollbar account](https://rollbar.com/signup)
2. Follow the [Installation](https://docs.rollbar.com/docs/ios#section-installation) instructions in our [iOS and macOS SDK docs](https://docs.rollbar.com/docs/ios) to install rollbar-ios## Usage and Reference
For complete usage instructions and configuration reference, see our [iOS/macOS SDK docs](https://docs.rollbar.com/docs/ios).
## Release History & ChangelogSee our [Releases](https://github.com/rollbar/rollbar-ios/releases) page for a list of all releases, including changes.
## 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## Help / Support
If you run into any problems, please email us at `[email protected]` or [file a bug report](https://github.com/rollbar/rollbar-ios/issues/new).