fix: Ignore coolify proxy error for now
This commit is contained in:
parent
986c5b7133
commit
19f661706d
@ -46,7 +46,9 @@ export function ErrorHandler(e) {
|
|||||||
if (e.message?.includes('git clone')) {
|
if (e.message?.includes('git clone')) {
|
||||||
truncatedError.message = 'git clone failed';
|
truncatedError.message = 'git clone failed';
|
||||||
}
|
}
|
||||||
sentry.captureException(truncatedError);
|
if (!e.message?.includes('Coolify Proxy is not running')) {
|
||||||
|
sentry.captureException(truncatedError);
|
||||||
|
}
|
||||||
const payload = {
|
const payload = {
|
||||||
status: truncatedError.status || 500,
|
status: truncatedError.status || 500,
|
||||||
body: {
|
body: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user