Hi
I think an unit name from Cloud Pack was changed since last release of TMS Logger about ExceptionLess
A unit isn't found = "FMX.TMSCloudCustomExceptionless" when compiling Exceptionless with TMSLogger.
unit FMX.TMSLoggingExceptionlessOutputHandler;
interface
uses
TMSLoggingExceptionlessBaseOutputHandler, TMSLoggingUtils,
FMX.TMSCloudCustomExceptionless;
. . .