fix: prevent datalake from error flood (#10521)

Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
Alexander Onnikov
2026-02-18 12:54:39 +07:00
committed by GitHub
parent 44f2f8d952
commit 9407f8463f
@@ -298,7 +298,7 @@ export async function handleUploadFormData (
} catch (err: any) {
Analytics.handleError(err)
const error = err instanceof Error ? err.message : String(err)
ctx.error('failed to upload blob', { error: err })
ctx.error('failed to upload blob', { error })
return { key, error }
} finally {
if (data instanceof Readable) {