New plugin version breaks JS on frontend
-
With the latest plugin version anonymize_ip is wrapped with " instead of ” speech marks which is causing a JS error on the frontend of websites that have this plugin installed. We are faced with any other JS installed no longer running due to this error.
Below is example of the error message and offending code.
We have had to disable the plugin on many sites due to this error, when will the problem be fixed?Uncaught SyntaxError: Unexpected token '&'
gtag("config", "G-xxxxxx", {
"anonymize_ip":true, "cookie_domain": "auto",
"custom_map": {
"dimension1": "user_id",
……
}
});
- The topic ‘New plugin version breaks JS on frontend’ is closed to new replies.