You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello together,
I just came over an issue were a plugin throws an exception which lets my app crash. With the JSC runtime I can set
discardUncaughtJsExceptions: true
in nativescript.config.ts
and than I only get an error message as follows on the console:
NativeScript discarding uncaught JS exception!
instead of the app crashing. Seems like the new runtime does not implement this behavior. It simply always crashes.
Would be great if you could implement this option for the new runtime as well
The text was updated successfully, but these errors were encountered:
Hello together,
I just came over an issue were a plugin throws an exception which lets my app crash. With the JSC runtime I can set
discardUncaughtJsExceptions: true
in nativescript.config.ts
and than I only get an error message as follows on the console:
NativeScript discarding uncaught JS exception!
instead of the app crashing. Seems like the new runtime does not implement this behavior. It simply always crashes.
Would be great if you could implement this option for the new runtime as well
The text was updated successfully, but these errors were encountered: