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
Not necessarily. The sendTrackedProgress function is being used within event handlers and this is not refering to remplib.tracker object there, but to the context of emitted event.
That's why we rather used remplib.tracker.post which always points to the right function and doesn't get confused by context.
remp/Beam/resources/assets/js/remplib.js
Line 837 in a4e60a1
This line should be
this.post(this.url + "/track/pageview", params);
The text was updated successfully, but these errors were encountered: