Hey,
I am trying to add a listener to overwolf.extensions.onUncaughtException in my background controller to see any uncaught exceptions in my windows.
I want this because it will enable better UX on my app => when app crashes, I log the error on my backend, then restart the app and show a pop-up on user that we know about the situation and we’ll fix it ASAP.
Can you reproduce it (exact steps to reproduce):
overwolf.extensions.onUncaughtException.addListener((e) => {console.log(e)})
Do you currently have a workaround?
Not really, but I’m open for ideas.