ios icon indicating copy to clipboard operation
ios copied to clipboard

discardUncaughtJsExceptions: true not working with new runtime

Open cjohn001 opened this issue 4 years ago • 0 comments

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

cjohn001 avatar Aug 27 '21 21:08 cjohn001