This kind of helps me anticipate a problem before a customer complains that the system is giving error.
In case, sometimes because of wrong publication or old cache, when updating an application, some errors may appear in the Javascript console and, because of this, some functionality of an application is impaired.
I would like to know if there is any technique, a means, or some standard of error communication that could be applied in the case of Javascript?
For example, if a client, when accessing the page, has a problem with jQuery
because their internet is blocking the content delivery network (CDN), it causes an error in the console.
Is there a technique or a standard for reporting these errors, or saving them in a log, as you usually do in server-side applications?