fix: Ignore coolify proxy error for now

This commit is contained in:
Andras Bacsai 2022-04-01 15:34:29 +02:00
parent 986c5b7133
commit 19f661706d

View File

@ -46,7 +46,9 @@ export function ErrorHandler(e) {
if (e.message?.includes('git clone')) {
truncatedError.message = 'git clone failed';
}
sentry.captureException(truncatedError);
if (!e.message?.includes('Coolify Proxy is not running')) {
sentry.captureException(truncatedError);
}
const payload = {
status: truncatedError.status || 500,
body: {