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
15 seconds sounds like you’re running into the default batching interval.
If you’re using this SDK in an app that isn’t a typical long-running server and need it to close quickly, consider calling client.flush() or setting the batching interval to 0 (through the configuration described in the readme).
It respond ~15 sec instead of usual ~3 sec. If I do setAutoCollectDependencies(false) then all is ok.
The text was updated successfully, but these errors were encountered: