Skip to content

Commit cbd8e9d

Browse files
committed
also update lambda otel-instrument script
1 parent 00df13d commit cbd8e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda-layer/packages/layer/scripts/otel-instrument

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ fi
6868

6969
# - Set the propagators
7070
if [[ -z "$OTEL_PROPAGATORS" ]]; then
71-
export OTEL_PROPAGATORS="xray,tracecontext,baggage"
71+
export OTEL_PROPAGATORS="baggage,xray,tracecontext"
7272
fi
7373

7474
# - Set Application Signals configuration

0 commit comments

Comments
 (0)