diff --git a/yb-voyager/src/callhome/diagnostics.go b/yb-voyager/src/callhome/diagnostics.go index 1464634a14..7834f6ebaf 100644 --- a/yb-voyager/src/callhome/diagnostics.go +++ b/yb-voyager/src/callhome/diagnostics.go @@ -320,6 +320,5 @@ func SendPayload(payload *Payload) error { // Note: This is a temporary solution. A better solution would be to have // properly structured errors and only send the generic error message to callhome. func SanitizeErrorMsg(errorMsg string) string { - // return "" // For now, returning empty string. After thorough testing, we can return the specific error message. return strings.Split(errorMsg, ":")[0] }