
Artsiom Shamsutdzinau
Activity overview
Latest activity by Artsiom Shamsutdzinau-
Artsiom Shamsutdzinau commented, If anyone else is in the same situation - use @mswjs/interceptors lib to intercept the requests from Countly. I wanted to have a Promise that would let me know when event's are delivered to Countly...
-
Artsiom Shamsutdzinau commented, Just to clarify:If error happens early - session start also has no time to reach server so nothing is sent to server at all!And I can't use Countly.track_errors() because the framework that I use f...
-
Artsiom Shamsutdzinau created a post, Is there a way to make sure all requests to server from NodeJS SDK are finished
We are building a CLI app and there is always a problem that NodeJS process finishes before all requests to Countly server are finished so, e.g. errors are never sent because I am not able to find ...