Fix for native arrow-function track() callbacks not executing
Fixes a regression introduced in v2.33.0 preventing native arrow function track() callbacks from executing, e.g.: mixpanel.track('my event', {}, () => notCalled());
. Regular function()
s and transpiled arrow functions were unaffected.