Issue Description:
We’re using onUncaughtException to catch js errors:
overwolf.extensions.onUncaughtException.addListener(error, functionName, scriptName);
on some errors scriptName and functionName parameters returns “unknown” and sometimes returns empty.
our main concern is to know if the errors comes from our scripts so we can fix it or from 3rd party ads.
Steps to reproduce:
Happens a lot on ads errors, not sure how to reproduce - cannot tell at that point if any of this related to our scripts.
Impact for my app:
mid