Closed luqmanrom closed 9 years ago
when you do throw new Error();
or a.apply
you do not call console.error
- it happens behind the scenes inside Chrome, so it is not possible to mirror these exceptions. Instead you can catch errors using window.onerror handler. This is much deeper topic and I would suggest using real time crash reporting service, like Sentry. Read my blog posts on catching errors http://bahmutov.calepin.co/tag/sentry.html
I added error event listener - should be enough to print any unhandled thrown Errors, check out v0.4.0
Great! Good job!
Some errors is not showing when it is replicated.