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
This line at the end of TraceAnything is responsible:
exports={TraceAnything};
This bug was introduced when we forked TraceAnything into its own module.
If I open the debugger and set a breakpoint on that line, then skip over it and set exports back to undefined, booking.com works correctly. It looks like I accidentally polluted the window from the module and broke another module system by writing to global exports.
Updates TraceAnything engine to fix window pollution that broke booking.com and probably countless other sites
Closes#25
Change-Id: I6d2299fb4357888b72033c575831854e50dd267b
It seems the latest EME logger (version 3.1.1) broke booking.com's pop-up window.
Steps to repro:
Expected:
Actual:
Note:
The text was updated successfully, but these errors were encountered: