Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rollbar/rollbar-apple
Objective-C & Swift library for remote crash, exception, error reporting, and logging with Rollbar. It works on all Apple *OS platforms (macOS, iOS, tvOS, watchOS, etc).
https://github.com/rollbar/rollbar-apple
apple crash error error-handling error-monitoring exception ios ios-swift logging macos monitoring observability remote rollbar swift tvos watchos
Last synced: 2 months ago
JSON representation
Objective-C & Swift library for remote crash, exception, error reporting, and logging with Rollbar. It works on all Apple *OS platforms (macOS, iOS, tvOS, watchOS, etc).
- Host: GitHub
- URL: https://github.com/rollbar/rollbar-apple
- Owner: rollbar
- License: mit
- Created: 2020-11-12T00:57:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T00:06:02.000Z (9 months ago)
- Last Synced: 2024-04-24T22:09:33.693Z (9 months ago)
- Topics: apple, crash, error, error-handling, error-monitoring, exception, ios, ios-swift, logging, macos, monitoring, observability, remote, rollbar, swift, tvos, watchos
- Language: Objective-C
- Homepage: https://docs.rollbar.com/docs/apple
- Size: 210 MB
- Stars: 23
- Watchers: 24
- Forks: 10
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Rollbar Apple MonoRepo
Proactively discover, predict, and resolve errors in real-time with Rollbar’s error monitoring platform. Start tracking errors today!---
Objective-C & Swift SDK for remote crash, exception, error reporting, and logging with [Rollbar](https://rollbar.com).
It works on all Apple *OS platforms (**macOS**, **iOS**, **tvOS**, **watchOS**, etc).
NOTE:
This SDK is essentially a reincarnation of our [Rollbar-iOS SDK](https://github.com/rollbar/rollbar-ios) that will be available for awhile in its current v1 version
and will only maintained with fixes to bug or security issues if any.
All the active development will be done within this SDK repository.## Key benefits of using Rollbar for Apple software platforms are:
- **Platforms:** Rollbar supports all Apple OS platforms such as IOS, macOS, tvOS, watchOS, etc.
- **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.# The Apple SDK is GA. Learn more: https://docs.rollbar.com/docs/apple
## Codebase status (code quality and CI build)
![CI Build Status](https://github.com/rollbar/rollbar-apple/workflows/Swift/badge.svg)
![CI Build with Unit Tests](https://github.com/rollbar/rollbar-apple/workflows/CI%20Build%20with%20Unit%20Tests/badge.svg)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=rollbar-apple&metric=security_rating)](https://sonarcloud.io/dashboard?id=rollbar-apple)
[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=rollbar-apple&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=rollbar-apple)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=rollbar-apple&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=rollbar-apple)
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=rollbar-apple&metric=vulnerabilities)](https://sonarcloud.io/dashboard?id=rollbar-apple)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=rollbar-apple&metric=coverage)](https://sonarcloud.io/dashboard?id=rollbar-apple)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=rollbar-apple&metric=ncloc)](https://sonarcloud.io/dashboard?id=rollbar-apple)
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=rollbar-apple&metric=bugs)](https://sonarcloud.io/dashboard?id=rollbar-apple)## Package Distribution Systems Status
[![GitHub all releases downloads total](https://img.shields.io/github/downloads/rollbar/rollbar-apple/total?logo=GitHub)]()
[![SwiftPM compatible](https://img.shields.io/badge/SwiftPM-compatible-brightgreen.svg)](https://swift.org/package-manager)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-brightgreen.svg)](https://github.com/Carthage/Carthage)
[![CocoaPods compatible](https://img.shields.io/badge/CocoaPods-compatible-brightgreen.svg)](https://cocoapods.org/)[![Platform](https://img.shields.io/cocoapods/p/RollbarCommon.svg?label=RollbarCommon)](https://docs.rollbar.com/docs/apple)
[![Platform](https://img.shields.io/cocoapods/p/RollbarNotifier.svg?label=RollbarNotifier)](https://docs.rollbar.com/docs/apple)
[![Platform](https://img.shields.io/cocoapods/p/RollbarDeploys.svg?label=RollbarDeploys)](https://docs.rollbar.com/docs/apple)
[![Platform](https://img.shields.io/cocoapods/p/RollbarAUL.svg?label=RollbarAUL)](https://docs.rollbar.com/docs/apple)
[![Platform](https://img.shields.io/cocoapods/p/RollbarCocoaLumberjack.svg?label=RollbarCocoaLumberjack)](https://docs.rollbar.com/docs/apple)[![CocoaPods](https://img.shields.io/cocoapods/v/RollbarCommon?label=RollbarCommon)](https://cocoapods.org/pods/RollbarCommon)
[![CocoaPods](https://img.shields.io/cocoapods/v/RollbarNotifier?label=RollbarNotifier)](https://cocoapods.org/pods/RollbarNotifier)
[![CocoaPods](https://img.shields.io/cocoapods/v/RollbarDeploys?label=RollbarDeploys)](https://cocoapods.org/pods/RollbarDeploys)
[![CocoaPods](https://img.shields.io/cocoapods/v/RollbarAUL?label=RollbarAUL)](https://cocoapods.org/pods/RollbarAUL)
[![CocoaPods](https://img.shields.io/cocoapods/v/RollbarCocoaLumberjack?label=RollbarCocoaLumberjack)](https://cocoapods.org/pods/RollbarCocoaLumberjack)## Setup Instructions
1. [Sign up for a Rollbar account](https://rollbar.com/signup)
2. Follow the [Installation](https://docs.rollbar.com/docs/apple#section-installation) instructions in our [Rollbar-Apple SDK docs](https://docs.rollbar.com/docs/apple) to install the SDK modules.## Usage and Reference
For complete usage instructions and configuration reference, see our [Rollbar-Apple SDK docs](https://docs.rollbar.com/docs/apple).
## Release History & Changelog
See our [Releases](https://github.com/rollbar/rollbar-apple/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
- [Gitter Community](https://gitter.im/rollbar/SDK-Apple)
- [Stack Overflow](https://stackoverflow.com/questions/tagged/rollbar)
- [GitHub Issues](https://github.com/rollbar/rollbar-apple/issues)
- [GitHub Discussions](https://github.com/rollbar/rollbar-apple/discussions)
- [File a bug report](https://github.com/rollbar/rollbar-apple/issues/new)
- Rollbar Support: `[email protected]`