Error messages contain the auth-token, which is bad practice to leave it in clear text. Also this saves the error message to the TestJob object and only warns in logs.
@mwasilew what do you think of it? My intention is to stop receiving Sentry notifications when Lava is faulty. Mainly because most of the time it seems to be temporary.
Error messages contain the auth-token, which is bad practice to leave it in clear text. Also this saves the error message to the TestJob object and only warns in logs.