As the owner and developer of an e-commerce website, I find that potential customers often contact us regarding ordering issues. Upon investigation, we consistently discover that the problem is caused by JavaScript errors.
We frequently check their browser addons/extensions, disabling some or all of them to resolve the JS errors. These errors are always different, and the addons/extensions vary across browsers like Chrome, IE, Firefox - typically relating to coupon/deals addons such as DealSpy.
Although I lack concrete data, I suspect these issues have increased since transitioning to angularjs.
I am curious if there is a way to detect and manage these errors without being able to programmatically disable their addons/extensions in my code. Any advice from those who have encountered similar problems?