Bugsnag error reporter for Expo applications


Keywords
bugsnag, expo, react native, exception, error, javascript, monitoring, reporting, stability, mobile, bug, bugs, crash-reporting, crash-reporting-tool, debug, debugging-tool, error-handling, error-monitoring, error-reporting, error-stack-trace, exception-handling, exception-reporting, exceptions, javascript-errors, notifier, platforms, react-native
License
MIT
Install
npm install @bugsnag/expo@7.14.1

Documentation

Bugsnag error monitoring & reporting for Expo

Automatically detect JavaScript errors in Expo. Get cross-platform error detection for handled and unhandled errors with real-time error alerts and detailed diagnostic reports.


This repository contains our Expo client @bugsnag/expo, our Expo helper CLI bugsnag-expo-cli and dependent plugins. See packages for a full list of contents.

Getting started

  1. Create a Bugsnag account
  2. Complete the instructions in the integration guide
  3. Report handled exceptions using Bugsnag.notify()
  4. Customize your integration using the configuration options

Support

Contributing

Most updates to this repo will be made by Bugsnag employees. We are unable to accommodate significant external PRs such as features additions or any large refactoring, however minor fixes are welcome. See contributing for more information.

Development quick start

# Clone the repository
git clone git@github.com:bugsnag/bugsnag-expo.git
cd bugsnag-expo

# Install top-level dependencies
npm i

# Run the unit tests
npm run test:unit

# Run tests for a specific package
npm run test:unit -- --testPathPattern="packages/expo"

# Generate a code coverage report
npm run test:unit -- --coverage

# Run the linter
npm run test:lint

See contributing for more information.

License

All packages in this repository are released under the MIT License. See LICENSE.txt for details.