Skip to content

Fix for native arrow-function track() callbacks not executing

Compare
Choose a tag to compare
@tdumitrescu tdumitrescu released this 17 Jan 01:37
· 419 commits to master since this release

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.