Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bugsnag/bugsnag-cocoa
BugSnag error monitoring & exception reporter for iOS, macOS, tvOS and watchOS
https://github.com/bugsnag/bugsnag-cocoa
breadcrumbs bugs bugsnag crash-reporting crash-reporting-tool crash-reports debug debugging-tool error-handling error-log error-monitoring error-reporting errors exceptions ios macos notifier platforms tvos watchos
Last synced: 2 days ago
JSON representation
BugSnag error monitoring & exception reporter for iOS, macOS, tvOS and watchOS
- Host: GitHub
- URL: https://github.com/bugsnag/bugsnag-cocoa
- Owner: bugsnag
- License: mit
- Created: 2013-08-29T11:44:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-09T14:14:31.000Z (10 months ago)
- Last Synced: 2024-04-09T19:01:39.585Z (10 months ago)
- Topics: breadcrumbs, bugs, bugsnag, crash-reporting, crash-reporting-tool, crash-reports, debug, debugging-tool, error-handling, error-log, error-monitoring, error-reporting, errors, exceptions, ios, macos, notifier, platforms, tvos, watchos
- Language: Objective-C
- Homepage: https://docs.bugsnag.com/platforms/ios
- Size: 42.4 MB
- Stars: 223
- Watchers: 35
- Forks: 123
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
[![Documentation](https://img.shields.io/badge/documentation-latest-blue.svg)](https://docs.bugsnag.com/platforms/ios/)
[![Build status](https://badge.buildkite.com/bc15523ca2dc56d1a9fd61a1c0e93b99adba62f229a1c3379b.svg?branch=master)](https://buildkite.com/bugsnag/bugsnag-cocoa)
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/bugsnag/bugsnag-cocoa/badge)](https://scorecard.dev/viewer/?uri=github.com/bugsnag/bugsnag-cocoa)Detect crashes in your iOS, macOS, tvOS and watchOS applications: collecting diagnostic information and immediately notifying your development team, helping you to understand and resolve issues as fast as possible.
## Features
* Automatically report unhandled exceptions and crashes
* Report handled exceptions
* Log breadcrumbs which are attached to crash reports and add insight to users' actions
* Attach user information and custom diagnostic data to determine how many people are affected by a crash## Getting started
### iOS
1. [Create a Bugsnag account](https://bugsnag.com)
1. Complete the instructions in the integration guide for [iOS](https://docs.bugsnag.com/platforms/ios/)
1. Report handled exceptions using [`[Bugsnag notify:]`](https://docs.bugsnag.com/platforms/ios/reporting-handled-exceptions/)
1. Customize your integration using the [configuration options](https://docs.bugsnag.com/platforms/ios/configuration-options/)### macOS
1. [Create a Bugsnag account](https://bugsnag.com)
1. Complete the instructions in the integration guide for [macOS](https://docs.bugsnag.com/platforms/macos/)
1. Report handled exceptions using [`[Bugsnag notify:]`](https://docs.bugsnag.com/platforms/macos/reporting-handled-exceptions/)
1. Customize your integration using the [configuration options](https://docs.bugsnag.com/platforms/macos/configuration-options/)### watchOS
1. [Create a Bugsnag account](https://bugsnag.com)
1. Complete the instructions in the integration guide for [watchOS](https://docs.bugsnag.com/platforms/watchos/)
1. Report handled exceptions using [`[Bugsnag notify:]`](https://docs.bugsnag.com/platforms/watchos/reporting-handled-exceptions/)
1. Customize your integration using the [configuration options](https://docs.bugsnag.com/platforms/watchos/configuration-options/)## Support
* Read the [iOS](https://docs.bugsnag.com/platforms/ios/configuration-options), [macOS](https://docs.bugsnag.com/platforms/macos/configuration-options), [tvOS](https://docs.bugsnag.com/platforms/tvos/configuration-options) or [watchOS](https://docs.bugsnag.com/platforms/watchos/configuration-options) configuration reference
* [Search open and closed issues](https://github.com/bugsnag/bugsnag-cocoa/issues?utf8=✓&q=is%3Aissue) for similar problems
* [Report a bug or request a feature](https://github.com/bugsnag/bugsnag-cocoa/issues/new)## Contributing
All contributors are welcome! For information on how to build, test and release `bugsnag-cocoa`, see our [contributing guide](https://github.com/bugsnag/bugsnag-cocoa/blob/master/CONTRIBUTING.md).
## License
The BugSnag Cocoa SDK is free software released under the MIT License. See the [LICENSE](https://github.com/bugsnag/bugsnag-cocoa/blob/master/LICENSE) for details.