In the previous builds the app was not terminated but now this completely changed. Is there a way to prevent the app from terminating?
I recon that I can register an Application listener for the "error" event. Is that the correct way now?
Promise.onerror and window.onerror do not seem to work anymore.