Skip to content
Bugsnag crash reporting for iOS, macOS, and tvOS apps
Objective-C C Gherkin Ruby Swift Objective-C++ Other
Branch: master
Clone or download
Pull request Compare This branch is 155 commits behind bugsnag:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github
OSX.xcworkspace
OSX
Source
Tests
examples
features
iOS.xcworkspace
iOS
tvOS.xcworkspace
tvOS
.clang-format
.gitattributes
.gitignore
.travis.yml
Bugsnag.podspec.json
CHANGELOG.md
CONTRIBUTING.md
Cartfile
Cartfile.resolved
Gemfile
Gemfile.lock
LICENSE.txt
Makefile
README.md
VERSION

README.md

Bugsnag exception reporter for iOS and macOS

iOS Documentation tvOS Documentation macOS Documentation Build status

The Bugsnag crash reporter for Cocoa library automatically detects crashes and fatal signals in your iOS 8.0+, macOS 10.8+ and tvOS applications, collecting diagnostic information and immediately notifying your development team, helping you to understand and resolve issues as fast as possible. Learn more about iOS crash reporting with Bugsnag.

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
  2. Complete the instructions in the integration guide for iOS
  3. Report handled exceptions using [Bugsnag notify:]
  4. Customize your integration using the configuration options

macOS

  1. Create a Bugsnag account
  2. Complete the instructions in the integration guide for macOS
  3. Report handled exceptions using [Bugsnag notify:]
  4. Customize your integration using the configuration options

Support

Contributing

All contributors are welcome! For information on how to build, test, and release bugsnag-cocoa, see our contributing guide.

License

The Bugsnag Cocoa library is free software released under the MIT License. See LICENSE.txt for details.

You can’t perform that action at this time.