Open mkassir95 opened 3 years ago
I am not able to use await with trackScreen function in order to waitfor the function to execute before executing another function
The request is not sent immediately when an event is recorded. They are queued and then sent. You can change how often this happens in the initialize method. I believe the default is 10 seconds.
I am not able to use await with trackScreen function in order to waitfor the function to execute before executing another function