spotify / XCMetrics

XCMetrics is the easiest way to collect Xcode build metrics and improve developer productivity.
https://xcmetrics.io
Other
1.1k stars 77 forks source link

Always emit `logsUploadFailed` event #46

Closed alvarhansen closed 3 years ago

alvarhansen commented 3 years ago

Fixes a bug where MetricsUploaderLogic never ended because it was waiting for savedUploadRequests which never came as it is triggered only as result of logsUploadFailed event.

logsUploadFailed event is now always emitted and it is responsibility of handler to check if there was any actual failures from the payload.