Skip to content

Commit

Permalink
Add console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
makoto committed Jan 23, 2024
1 parent 5723a4b commit 8996f77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arb-gateway/src/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const logResult = async (
const [streamForLog, streamForResult] = result.body.tee();
const logResult = await new Response(streamForLog).json();
const logResultData = logResult.data.substring(0, 200);
console.log('***TrackingEvent', logResultData)
await tracker.trackEvent(
'result',
request,
Expand Down

0 comments on commit 8996f77

Please sign in to comment.