🕯️ fetchTelemetry.ts

This commit is contained in:
nirholas
2026-03-31 10:24:24 +00:00
parent 1d740b5092
commit 5804b67d49

View File

@@ -133,3 +133,4 @@ export function classifyFetchError(error: unknown): string {
}
return 'other'
}