XCMetrics
XCMetrics copied to clipboard
XCMetrics client: Support for sending only the log of the current build.
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.
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
To answer my own question: Yes, they are retrieved in LogsFinderEffectHandler and are united with the new logs in CacheLogsEffectHandler.