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
{{ message }}
This repository was archived by the owner on Feb 13, 2024. It is now read-only.
When calling .track method, it may receive a callback function that has as parameters (error, data). error is coming undefined which is good, since my code was executed successfully, however, data always comes undefined which is not good at all.