We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad28790 commit 21ecb9aCopy full SHA for 21ecb9a
lambda-runtime-client/src/client.rs
@@ -387,7 +387,7 @@ impl RuntimeClient {
387
}
388
};
389
390
- let xray_trace_id = match headers.get(LambdaHeaders::FunctionArn.to_string()) {
+ let xray_trace_id = match headers.get(LambdaHeaders::TraceId.to_string()) {
391
Some(value) => value.to_str()?.to_owned(),
392
None => {
393
error!("Response headers do not contain trace id header");
0 commit comments