Version 5.5.0
This release adds an option to disable retrying all failed requests to the collector. The option is called EmitterConfiguration.retryFailedRequests
. If configured, events that fail to be sent in the first request to the collector will be dropped. This may be useful in situations where it's necessary to prevent traffic spikes with many events being sent at the same time.
Enhancements
Add option to disable retrying any failed requests (#641)