As per @MSchoenmakers-Signify mention of the bug, the workaround that I'm using is as follows: On Library Load, I'm updating the s.t() function. var tempTrack = s.t.bind({});
s.t = function(e,t,justInCaseParam,justInCaseParam2){
tempTrack(e,t,justInCaseParam,justInCaseParam2);
someOtherPostB...