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
We'll need to be able to enable/disable batching in the internals to make testing easier. Don't want every test to wait for the interval/max # of queued requests, or pollute the code with some sort of flush() method everywhere.
For efficiency
scout
should also be able to take advantage of the bulk trace API.Some batching w/ periodic sends via
setInterval
at theExternalAgent
should be enough to implement this fairly quickly.The text was updated successfully, but these errors were encountered: