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 00df13d commit cbd8e9dCopy full SHA for cbd8e9d
lambda-layer/packages/layer/scripts/otel-instrument
@@ -68,7 +68,7 @@ fi
68
69
# - Set the propagators
70
if [[ -z "$OTEL_PROPAGATORS" ]]; then
71
- export OTEL_PROPAGATORS="xray,tracecontext,baggage"
+ export OTEL_PROPAGATORS="baggage,xray,tracecontext"
72
fi
73
74
# - Set Application Signals configuration
0 commit comments