-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bugsnag must be removed for mobile footer dropdowns to work when Shopify Chat is installed on Pipeline theme #2074
Comments
Hi Bugsnag team, I'm a Shopify engineer who looked into this issue. I'm here to provide more technical context. Our app (Shopify Inbox) is a script that loads on a merchant's website. Our Inbox app uses Bugsnag as a dependency. We noticed on certain websites using a specific Shopify theme, Bugsnag throws an error |
Any update or information on this as of yet? We are getting several reports of this now - all accounts utilizing the Pipeline theme by Groupthought. |
Hi 👋 I have raised this with our engineers. we are investigating this further and I will keep you updated once we have more information to share. |
Hi everyone, After some brief investigation, it appears that both our inline script content plugin and the Shopify chat widget monkey patch the In this meantime, you can disable the inline script checking with the trackInlineScripts configuration option, which will prevent the monkey patch from being applied. Hope this helps! |
@gingerbenw and @clr182 turning |
Thank you! |
Describe the bug
Hey team, Tobin from Theme Support here. I was instructed by developers working with the Shopify Inbox app team to post this issue here.
Footer dropdowns for the third party theme Pipeline by Groupthought no longer work when the Shopify Chat widget is present. Removing Bugsnag as a dependency on the Shopify Inbox app seems to resolve the issue. We have received two escalated tickets with this exact issue now. I have a ticket on hold with the merchant from Store #1 (linked below) and the Groupthought developers since it's been a bit of a back and forth about whether it's the app or the theme causing the issue.
Specifically, this line of code in Bugsnag is the cause of the issue.
Theme Support has a Third Party Theme Issue Repo - here is the issue posted there as well.
Store #1 where the issue is active.
Store #2 where they have removed footer dropdowns but when they are implemented the issue occurs.
Steps to reproduce
(Issue can also be seen on this staging store.)
Environment
Example code snippet
bugsnag-js/packages/plugin-inline-script-content/inline-script-content.js
Line 125 in 8a70db4
The text was updated successfully, but these errors were encountered: