Skip to content

Commit

Permalink
fix x-fb-x2pagent-request-id header logging
Browse files Browse the repository at this point in the history
Summary: This is a fix of copypasted preceding line when the logging for this column was being added.

Reviewed By: YousefSalama

Differential Revision: D66881116

fbshipit-source-id: 7043298789ee135ee21588f7a147432d782316d1
  • Loading branch information
mzr authored and facebook-github-bot committed Dec 6, 2024
1 parent 08bb9e9 commit 0032695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eden/mononoke/gotham_ext/src/middleware/scuba.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ impl AsRef<str> for HttpScubaKey {
ConfigStoreLastUpdatedAt => "config_store_last_updated_at",
XFBProductLog => "x_fb_product_log",
XFBProductLogInfo => "x_fb_product_log_info",
XFBX2PAgentRequestId => "x_fb_product_log_info",
XFBX2PAgentRequestId => "x_fb_x2pagent_request_id",
XFBGitWrapper => "git_wrapper",
XFBNetworkType => "fb_network_type",
}
Expand Down

0 comments on commit 0032695

Please sign in to comment.