update error_handling.ts

This commit is contained in:
Avinash Lingaloo
2022-09-15 15:35:43 +04:00
parent a2ba20478a
commit 19cde79717

View File

@@ -25,8 +25,8 @@ class JavascriptAndNativeErrorHandler {
initializeErrorHandling = () => {
initializeSentry();
// NOTE: The below methods have been disabled as they interferred with Sentry error reporting.
// setJSExceptionHandler(this.errorHandler, true);
// setNativeExceptionHandler(this.nativeErrorHandler, false);
};