Skip to content
Ioannis Kokkinidis edited this page Sep 20, 2016 · 11 revisions

React Native Bugsnag npm version

Easily add Bugsnag exception monitoring support to your React Native application. This is a third party library and we are NOT affiliated with Bugsnag.

A logical way to use this library would be:

  1. Create an account to bugsnag and get a project id
  2. Install (and configure*) this library
  3. (Optional) Upload sourcemaps of your project to bugsnag (in case you need to deobfuscate errors coming from minified javascript)
  4. Enjoy

*By configure I mean set the id of your bugsnag project, install the cocoapod associated and write some init native code exactly as described in the installation guide.