Skip to content

Commit f8a2981

Browse files
committed
fix: missing console log
1 parent d9924f1 commit f8a2981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indexer/src/services/monitoring.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class HttpErrorReporter implements ErrorReporter {
5151
timeout: 30000,
5252
});
5353
} catch {
54-
// Swallow errors to avoid breaking the app or creating log loops
54+
console.error('[ERROR][MONITORING][REPORT_ERROR] Failed to report error:', error);
5555
}
5656
}
5757
}

0 commit comments

Comments
 (0)