Comments on: Side Effects of Boomerang’s JavaScript Error Tracking https://nicj.net/side-effects-of-boomerangs-javascript-error-tracking/ Home to Nic Jansma, a software developer at Akamai building high-performance websites, apps and open-source tools. Thu, 06 Jul 2023 14:12:19 +0000 hourly 1 https://wordpress.org/?v=5.5.3 By: Nic https://nicj.net/side-effects-of-boomerangs-javascript-error-tracking/comment-page-1/#comment-1251612 Thu, 06 Jul 2023 14:12:19 +0000 https://nicj.net/?p=2432#comment-1251612 In reply to Jason.

Hi Jason!

Within your Shopify site, you will see a minified version of something like this:

https://akamai.github.io/boomerang/oss/tutorial-loader-snippet.html

To stop the snippet from loading shopify-boomerang-1.0.0.min.js, you may be able to set a flag via JavaScript that will trick the loader snippet to not load the main JavaScript.

For example:


window.BOOMR = { snippetExecuted: true };

However I’m also interested in understanding the issue you’re seeing with the body tag, I’ll reach out offine.

]]>
By: Jason https://nicj.net/side-effects-of-boomerangs-javascript-error-tracking/comment-page-1/#comment-1251601 Wed, 05 Jul 2023 19:40:21 +0000 https://nicj.net/?p=2432#comment-1251601 Is there any way to stop the loading of the Boomerang code even if you do not have access to it? I have the script running in Shopify and it is creating an extra Body tag that is causing issues and I cant find the file or a way to turn it off.

]]>