
Security News
Open Source CAI Framework Handles Pen Testing Tasks up to 3,600Ć Faster Than Humans
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600Ć faster than humans.
react-native-error-reporter
Advanced tools
Aims to replicate ARCA
and connect to Crashlytics
. For the ease of your clients to report you crash issues.
After reporting the crash, the default Crash red screen will come out / crash when in production mode.
The images above shows the current steps you will go through for the crash reporting process.
You can install this component through npm
:
npm i react-native-error-reporter --save
Bootstrap this inside your app header (e.g. app.js , or index.ios.js / index.android.js)
...
var ErrorReporter = require('react-native-error-reporter');
ErrorReporter.init("vanson@vanportdev.com", "My App's Crash Report");
...
OR
...
import ErrorReporter from 'react-native-error-reporter';
ErrorReporter.init("vanson@vanportdev.com", "My App's Crash Report");
...
The steps below heavily relies on rnpm
. Please install this if you don't have it.
rnpm link
react-native bundle --platform ios --entry-file index.ios.js --dev false --bundle-output ./ios/main.jsbundle --assets-dest ./ios --sourcemap-output "node_modules/react-native-error-reporter/sourcemaps/errorreporter_sourcemaps_ios.ttf"
Go to XCode project, Uncomment:
jsCodeLocation = [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"];
Run the project in Release
mode.
react-native bundle --platform android --dev false --entry-file index.android.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/ --sourcemap-output "node_modules/react-native-error-reporter/sourcemaps/errorreporter_sourcemaps_android.ttf"
rnpm link
After setting up your signing configs inside build.gradle, run:
cd android && ./gradlew installRelease
ā Email support @done (16-05-03 17:32)
ā (EXPERIMENTAL) Support sourcemaps for iOS and Android production builds (inspect decoded error stacks for production builds) @done (16-05-06 01:08)
ā Stealth mode (send crash reports automatically without calling the alert)
ā Crashlytics support (as a Crashlytics stack source provider)
ā Dedicated server SAAS support (Please feel free to post issues / PRs)
MIT.
FAQs
Application Error and Crash Reports for React Native
The npm package react-native-error-reporter receives a total of 1 weekly downloads. As such, react-native-error-reporter popularity was classified as not popular.
We found that react-native-error-reporter demonstrated a not healthy version release cadence and project activity because the last version was released a year ago.Ā It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600Ć faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.