Skip to content

Commit

Permalink
tracingHeader used
Browse files Browse the repository at this point in the history
  • Loading branch information
RoKKim committed Jan 20, 2024
1 parent 9552522 commit 48b073a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ private Map<String, Object> createContext(HttpServletRequest request) {
Map<String, Object> context = new HashMap<>();
String tracingHeader = request.getHeader(FEDERATED_TRACING_HEADER_NAME);
if (tracingHeader != null) {
context.put(FEDERATED_TRACING_HEADER_NAME, request.getHeader(FEDERATED_TRACING_HEADER_NAME));
context.put(FEDERATED_TRACING_HEADER_NAME, tracingHeader);
}
return context;
}
Expand Down

0 comments on commit 48b073a

Please sign in to comment.