Skip to content

Version 5.5.0

Compare
Choose a tag to compare
@matus-tomlein matus-tomlein released this 02 Oct 15:01
· 47 commits to master since this release

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)