Skip to content

Commit

Permalink
fix header name
Browse files Browse the repository at this point in the history
  • Loading branch information
kidylee committed Nov 20, 2021
1 parent 1f272e4 commit db60a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xray/lambda.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

// LambdaTraceHeaderKey is key to get trace header from context.
const LambdaTraceHeaderKey string = "x-amzn-trace-id"
const LambdaTraceHeaderKey string = "X-Amzn-Trace-Id"

// LambdaTaskRootKey is the key to get Lambda Task Root from environment variable.
const LambdaTaskRootKey string = "LAMBDA_TASK_ROOT"
Expand Down

0 comments on commit db60a6d

Please sign in to comment.