Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/5.5.0 #832

Merged
merged 3 commits into from
Oct 2, 2023
Merged

Release/5.5.0 #832

merged 3 commits into from
Oct 2, 2023

Conversation

matus-tomlein
Copy link
Contributor

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 (#826)

Under the hood
Separate targets for unit and integration tests (#831)

@matus-tomlein matus-tomlein marked this pull request as ready for review October 2, 2023 14:05
Copy link
Contributor

@mscwilson mscwilson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Tests/Legacy Tests/LegacyTestEmitter.swift Outdated Show resolved Hide resolved
@matus-tomlein matus-tomlein merged commit 48a0d06 into master Oct 2, 2023
0 of 10 checks passed
@matus-tomlein matus-tomlein deleted the release/5.5.0 branch October 2, 2023 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants