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 on Android and #826 on iOS)
Under the hood
Separate targets for unit and integration tests (#831 on iOS)
Snowplow Android Tracker version 5.5.0
is available on Maven Central .
The project’s source code can be found here .
Snowplow iOS Tracker version 5.5.0
is available on Cocoapods .
The project’s source code can be found here .