ignite icon indicating copy to clipboard operation
ignite copied to clipboard

Adds Crash Reporting boilerplate

Open frankcalise opened this issue 1 year ago • 0 comments

Please verify the following:

  • [x] yarn ci:test jest tests pass with new tests, if relevant
  • [ ] README.md has been updated with your changes, if relevant

Describe your PR

Implements #1945 by adding boilerplate utils/crash-reporting.ts

  • Provides user with setup guidance for several crash reporting services as Sentry, crashlytics and Bugsnag.
  • Adds a normalized reportCrash utility function to send debug output in console, Reactotron and to crash service of choice.

frankcalise avatar Aug 08 '22 19:08 frankcalise