Fix your React Native app's Errors
Logging React Native Platform
Utilize Shipbook's React Native remote logging platform to collect logs from your application for debugging issues and crashes.
Fix issues faster.
Open Source SDK
Open-source SDK for developers- no matter their language: React Native.
We made the SDK open source to provide users with transparency regarding its functionality and to ensure security. This decision also simplifies bug analysis for users encountering issues, as having access to the source code allows for a deeper understanding and more direct troubleshooting of problems
import shipbook from '@shipbook/react-native';
shipbook.start("YOUR_APP_ID", "YOUR_APP_KEY");
...
let log = shipbook.getLogger("MODULE_NAME");
...
log.e("the log message"); // Error log
log.w("the log message"); // Warning log
log.i("the log message"); // Info log
log.d("the log message"); // Debug log
log.v("the log message"); // Verbose log
How to get crash logs from React Native device?
Shipbook automatically retrieves all React Native crashes, so if you are using Shipbook, you'll receive the entire React Native log file and crashes. This tool allows you to access all your logs and crashes in one platform.
How to get React Native remote logs from mobile devices?
Shipbook uploads all React Native logs to the cloud and allows the user to view the logs remotely from Shipbook console. Additionally, it writes the logs into the Xcode or Logcat console log viewer.
What languages does Shipbook SDK for React Native support?
Shipbook supports logs from Typescript and Javascript.
What are the advantages of using Shipbook as an React Native logging management tool?
Shipbook offers a sophisticated yet simple search, a patented system for log classification analysis, and an automatic alert system for identifying issues.
You
Asked.
We
Answered.
Deep Dive into the Depths of Debugging
How to get logs from React Native device?
To collect logs from React Native devices, install the ShipBook SDK and use it to send the log file to the cloud. With ShipBook, you can analyze and search logs and exceptions in a focused and organized manner, all in real time and from anywhere. The platform allows associating logs with specific users and sessions, which facilitates identifying problems and improving the application.