Done Criteria
As part of FilOzone/synapse-sdk#328, synapse-sdk clients will in some cases be making HTTP requests with these headers: traceparent and x-synapse-request-id. If a request with those headers is received, we should log them so its easier to correlate client side actions with the backend logs.
Why Important
Reduce time for correlating client side actions to server side logs for faster debugging.
Notes
This isn't a full tracing story. That is covered in #721