You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're a paying customer and we've had issues with Facebook Pixel tracking for some months now. Finally today we were able to find the reason why FB Pixel tracking isn't working. It's because when loading your browser.full-bundle.min.js package, it overwrites the Image class on the browser window global scope. FB pixel tracks events by creating a new Image() and then setting it's src attribute to their tracking server URL; and with your bundle replacing the Image in global scope, this functionality is then broken.
Can we please ask you to issue an urgent update to this and release a version where the global scope Image is not overwritten?
Thank you!
gz#6339
The text was updated successfully, but these errors were encountered:
tkrevh
changed the title
Urgent: Including browser.full-bundle.min.js breaks Facebook Pixel event tracking
Urgent: Including browser.full-bundle.min.js overwrites Image in browser global scope, breaks Facebook Pixel event tracking
Sep 30, 2020
Hello!
We're a paying customer and we've had issues with Facebook Pixel tracking for some months now. Finally today we were able to find the reason why FB Pixel tracking isn't working. It's because when loading your browser.full-bundle.min.js package, it overwrites the Image class on the browser window global scope. FB pixel tracks events by creating a new Image() and then setting it's src attribute to their tracking server URL; and with your bundle replacing the Image in global scope, this functionality is then broken.
Issue is in this file:
https://github.com/GetStream/stream-chat-react/blob/master/src/components/Gallery/Image.js
Can we please ask you to issue an urgent update to this and release a version where the global scope Image is not overwritten?
Thank you!
gz#6339
The text was updated successfully, but these errors were encountered: