We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef6809a commit ec7a107Copy full SHA for ec7a107
1 file changed
src/utils/ErrorMonitor.ts
@@ -88,7 +88,7 @@ export class ErrorMonitor {
88
}
89
90
if (this.stats.totalErrors >= this.alertThresholds.totalErrors) {
91
- console.error(`🚨 HIGH TOTAL ERROR COUNT: ${this.stats.totalErrors} total errors since ${this.stats.lastReset}`)
+ console.error(`🚨 HIGH TOTAL ERROR COUNT: ${this.stats.totalErrors} total errors since ${this.stats.lastReset.toISOString()}`)
92
93
94
0 commit comments