We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9924f1 commit f8a2981Copy full SHA for f8a2981
indexer/src/services/monitoring.ts
@@ -51,7 +51,7 @@ class HttpErrorReporter implements ErrorReporter {
51
timeout: 30000,
52
});
53
} catch {
54
- // Swallow errors to avoid breaking the app or creating log loops
+ console.error('[ERROR][MONITORING][REPORT_ERROR] Failed to report error:', error);
55
}
56
57
0 commit comments