Skip to content

Commit

Permalink
add traceparent to lassie logs
Browse files Browse the repository at this point in the history
  • Loading branch information
guanzo committed Jul 13, 2023
1 parent 7987b97 commit 5262e7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions container/shim/src/fetchers/lassie.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ export async function respondFromLassie(req, res, { cidObj, format }) {
httpStatusCode: lassieRes?.status ?? null,
requestErr,
format,
traceparent: req.headers.traceparent,
});
}
}
Expand Down

0 comments on commit 5262e7c

Please sign in to comment.