cocoapods-bugsnag

A CocoaPods plugin for integrating Cocoa projects with Bugsnag, an error tracking and resolution tool.

Installation

cocoapods-bugsnag is available via RubyGems. To install, run:

gem install cocoapods-bugsnag

Installing from Source

  1. Clone this repository
  2. Run bundle install from the root of the repository (installing bundler if needed)
  3. Build the gem using gem build cocoapods-bugsnag.gemspec
  4. Install the gem using gem install cocoapods-bugsnag-<version>.gem

Usage

The Bugsnag reporting library for Cocoa is available via CocoaPods. Once you have added Bugsnag to your Podfile, running pod install will add a build phase to your project workspace to upload your dSYM files so the Bugsnag service can provide you with symbolicated stack traces.

Support