diff --git a/packages/haystack/src/debug.ts b/packages/haystack/src/debug.ts index 4e0eed2..2d00d96 100644 --- a/packages/haystack/src/debug.ts +++ b/packages/haystack/src/debug.ts @@ -32,6 +32,8 @@ export function logSwapExecutionFailure( fromASAID: context.quote.fromASAID, toASAID: context.quote.toASAID, type: context.quote.type, + amount: + 'amount' in context.quote ? context.quote.amount.toString() : undefined, quote: context.quote.quote.toString(), requiredAppOptIns: context.quote.requiredAppOptIns, route: context.quote.route?.map((r) => ({