fix: preserve structured logger metadata

This commit is contained in:
MythEclipse
2026-05-19 02:43:52 +07:00
parent 1aa8c6a370
commit f8ba4b41e9
3 changed files with 45 additions and 17 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ export async function retryWithBackoff<T>(
{
attempt: error.attemptNumber,
retriesLeft: error.retriesLeft,
error: error.error.message,
error: error.error,
},
"Retry attempt",
);