fix(ray): remove Ray debug hooks from runtime (#10847)

This commit is contained in:
Andras Bacsai
2026-07-03 11:40:20 +02:00
committed by GitHub
parent 29c122b31a
commit 9b060958aa
28 changed files with 141 additions and 955 deletions
-2
View File
@@ -276,7 +276,6 @@ function getGithubCommitRangeFiles(?GithubApp $source, string $owner, string $re
return $files->pluck('filename')->filter()->values()->toArray();
} catch (Exception $e) {
ray('Error fetching GitHub commit range files: '.$e->getMessage());
return [];
}
@@ -302,7 +301,6 @@ function getGithubPullRequestFiles(?GithubApp $source, string $owner, string $re
return $files->pluck('filename')->filter()->values()->toArray();
} catch (Exception $e) {
ray('Error fetching GitHub PR files: '.$e->getMessage());
return [];
}