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

XCMetrics client: Support for sending only the log of the current build. #74

Open byohay opened 2 years ago

byohay commented 2 years ago

If the flag is set, Logs found in the logs directory other than the log of the current build will be ignored. Previously Cached requests are still uploaded.

byohay commented 2 years ago

One thing I'm not so sure about that's somewhat related: Do cached logs that don't have cached requests ever get uploaded? From the code it looks like they don't

byohay commented 2 years ago

To answer my own question: Yes, they are retrieved in LogsFinderEffectHandler and are united with the new logs in CacheLogsEffectHandler.